From fc6b95e0364d8dcdae582973251caa5f3ba8040e Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Fri, 31 Jan 2020 23:39:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E4=BF=AE=E5=A4=8D=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=9B=A2=E4=BF=A1=E6=81=AF=E6=97=B6=E5=A4=B4=E5=83=8F?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=A4=A7=E5=B0=8F=E4=B8=8D=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/components/ImageUploader.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/web/components/ImageUploader.scss b/src/web/components/ImageUploader.scss index 463c0f168..49a27f6c7 100644 --- a/src/web/components/ImageUploader.scss +++ b/src/web/components/ImageUploader.scss @@ -21,7 +21,8 @@ } } - > input[type="file"] { - display: none; + img { + width: 100%; + height: 100%; } }