From 1e1dda6794a7a625c32ed295818f1c47c8a3809e Mon Sep 17 00:00:00 2001 From: front-one Date: Wed, 12 Apr 2023 14:07:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=AE=A2=E6=9C=8D=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/chat/index.vue b/pages/chat/index.vue index 6eda036d..04d438d5 100644 --- a/pages/chat/index.vue +++ b/pages/chat/index.vue @@ -120,7 +120,7 @@ :src="sheep.$url.cdn(item.content.url)" :height="200" :width="200" - mode="scaleToFill" + mode="aspectFill" > @@ -707,7 +707,7 @@ } .imgred, img { - width: 100% !important; + width: 100%; } } }