ancient.vue 页面滚动显示优化

This commit is contained in:
minimaxagent1 2025-08-08 08:58:01 +08:00
parent 03cb1a2d25
commit ab61beead6

View File

@ -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 {