From 062b76dbe8afdb640862a3998b5f77cab3bb1a8b Mon Sep 17 00:00:00 2001 From: liyongle Date: Fri, 1 Sep 2023 10:59:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=8E=BB=E9=99=A4=E9=BB=91=E8=BE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Activity/ActivityItem.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/Activity/ActivityItem.vue b/src/views/Activity/ActivityItem.vue index 67277ba..0b5f67b 100644 --- a/src/views/Activity/ActivityItem.vue +++ b/src/views/Activity/ActivityItem.vue @@ -2,7 +2,7 @@
- +
@@ -114,9 +114,8 @@ onMounted(() => { background: #ebebeb00; img { - width: inherit; - height: inherit; - background-size: cover; + width: 880px; + height: 495px; border-radius: 16px; } }