滚动高度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 {
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 {