diff --git a/pages/ancient/ancient.vue b/pages/ancient/ancient.vue index f89842b..aad482d 100644 --- a/pages/ancient/ancient.vue +++ b/pages/ancient/ancient.vue @@ -189,9 +189,11 @@ export default { } .scroll-container { - height: 100vh; /* 确保scroll-view占满屏幕高度 */ + height: 80vh; /* 确保scroll-view占满屏幕高度 */ display: flex; flex-direction: column; + + } .header {