From 2a206115ac4d07ba1644dc89a21883dd394b24fd Mon Sep 17 00:00:00 2001 From: kele <1184860403@qq.com> Date: Tue, 7 Feb 2023 15:49:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=AE=A2=E6=9C=8D=E8=AD=A6=E5=91=8A?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/chat/index.vue b/pages/chat/index.vue index f0f0a786..eddba2c6 100644 --- a/pages/chat/index.vue +++ b/pages/chat/index.vue @@ -91,13 +91,13 @@ :src="sheep.$url.static('/static/img/shop/chat/loading.png')" mode="aspectFill" > - + > --> @@ -705,7 +705,7 @@ } .imgred, img { - width: 100%; + width: 100% !important; } } }