From 9a0d20cd4064a7577b6da18a6184d5b7d037399c Mon Sep 17 00:00:00 2001 From: Devil Date: Mon, 23 Nov 2020 16:38:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E5=83=8F=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/default/public/user_menu.html | 2 +- public/static/index/default/css/common.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/application/index/view/default/public/user_menu.html b/application/index/view/default/public/user_menu.html index e42bdfc09..f204ffc46 100755 --- a/application/index/view/default/public/user_menu.html +++ b/application/index/view/default/public/user_menu.html @@ -63,7 +63,7 @@ - +

请在工作区域放大缩小及移动选取框,选择要裁剪的范围,裁切宽高比例固定;

diff --git a/public/static/index/default/css/common.css b/public/static/index/default/css/common.css index 7eb8fd925..e561dda67 100755 --- a/public/static/index/default/css/common.css +++ b/public/static/index/default/css/common.css @@ -935,6 +935,7 @@ button { outline: none !important; } .common-cropper-popup .am-form-file input[type="file"] { width: 105px; height: 32px; } .common-cropper-popup .am-form-group { width: auto; } .common-cropper-popup form.am-form .am-form-group-refreshing { padding: 0 !important; } +.common-cropper-popup .am-form-file input[type="file"] { width: 106px !important; top: 0; } @media only screen and (max-width:641px){ .common-cropper-popup .img-preview { margin-left:10px; } .common-cropper-popup .preview-md, -- GitLab