From bb98b4db6843c75b60e02f0c09154fcf327482d3 Mon Sep 17 00:00:00 2001 From: lanzhihui <503792708@qq.com> Date: Wed, 15 Apr 2026 18:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E9=AB=98=E5=BA=A6update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/activity/activityPoster.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/activity/activityPoster.vue b/src/views/activity/activityPoster.vue index c85d828..5c45a7c 100644 --- a/src/views/activity/activityPoster.vue +++ b/src/views/activity/activityPoster.vue @@ -650,7 +650,7 @@ img { /* 弹窗样式 */ .activity-popup { - height: 85vh; + height: 70vh; display: flex; flex-direction: column; border-radius: 20px 20px 0 0; @@ -689,7 +689,7 @@ img { .scroll-wrapper { flex: 1; overflow-y: auto; - padding-bottom: 20px; + padding-bottom: 100px; } .activity-item {