From dd0c617337f134df3fcf7dfeb64b1a5b992d6176 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Thu, 8 Jan 2026 12:43:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/health/healthAnalysis/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/health/healthAnalysis/index.vue b/src/views/health/healthAnalysis/index.vue index 3a16b59..a6e0d83 100644 --- a/src/views/health/healthAnalysis/index.vue +++ b/src/views/health/healthAnalysis/index.vue @@ -340,8 +340,7 @@ onMounted(() => { .app-container { padding: 20px; background-color: #f1f5f7; - height: 100vh; - overflow: hidden; + min-height: 100vh; display: flex; flex-direction: column; } @@ -351,6 +350,7 @@ onMounted(() => { overflow-y: auto; overflow-x: hidden; padding-right: 10px; + padding-bottom: 40px; &::-webkit-scrollbar { width: 8px;