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 {