ancient.vue 页面滚动显示优化
This commit is contained in:
parent
03cb1a2d25
commit
ab61beead6
|
|
@ -189,9 +189,11 @@ export default {
|
|||
}
|
||||
|
||||
.scroll-container {
|
||||
height: 100vh; /* 确保scroll-view占满屏幕高度 */
|
||||
height: 80vh; /* 确保scroll-view占满屏幕高度 */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user