From 7101c71b709a56bfdaf9d63f3e267ad9302448e7 Mon Sep 17 00:00:00 2001 From: Guarp Date: Sat, 22 Feb 2025 19:48:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=96=B0=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=20=20-=20=E7=94=A8=E9=94=99=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E4=BA=86=E6=89=8D=E6=9C=89=E7=9A=84bug=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/test.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/test.vue b/src/pages/test.vue index fe80466..e865bd2 100644 --- a/src/pages/test.vue +++ b/src/pages/test.vue @@ -142,7 +142,7 @@ onUnmounted(() => { -
+
@@ -302,7 +302,7 @@ onUnmounted(() => { } .middle { width: 100%; - max-height: calc(100% - 125px); + max-height: calc(100vh - 125px); flex: 1; display: flex; align-items: center;