From ab61beead68a02ad1e41295b0f040ca9c1b71e8c Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Fri, 8 Aug 2025 08:58:01 +0800 Subject: [PATCH] =?UTF-8?q?ancient.vue=20=E9=A1=B5=E9=9D=A2=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=98=BE=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ancient/ancient.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {