滚动高度update
This commit is contained in:
parent
9fffc5c847
commit
bb98b4db68
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user