滚动高度update

This commit is contained in:
lanzhihui 2026-04-15 18:38:22 +08:00
parent 9fffc5c847
commit bb98b4db68

View File

@ -650,7 +650,7 @@ img {
/* 弹窗样式 */ /* 弹窗样式 */
.activity-popup { .activity-popup {
height: 85vh; height: 70vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
border-radius: 20px 20px 0 0; border-radius: 20px 20px 0 0;
@ -689,7 +689,7 @@ img {
.scroll-wrapper { .scroll-wrapper {
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;
padding-bottom: 20px; padding-bottom: 100px;
} }
.activity-item { .activity-item {