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