From e613c887703defd7b7ab4e7640bebeec3bce221f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Mon, 29 Dec 2025 11:30:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B0=83=E8=AF=95=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E8=A6=86=E7=9B=96=E5=B1=82=EF=BC=8C=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=A7=86=E5=8F=A3=E9=AB=98=E5=BA=A6=E4=BF=A1=E6=81=AF=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F=E4=BB=A5=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E9=93=BE=E4=BC=A0=E6=92=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/App.vue | 41 ++++++++++++++++++++++++++++++++++++++- Web/src/assets/main.css | 4 +--- Web/src/styles/common.css | 4 ++++ 3 files changed, 45 insertions(+), 4 deletions(-) diff --git a/Web/src/App.vue b/Web/src/App.vue index db9c522..b5c752a 100644 --- a/Web/src/App.vue +++ b/Web/src/App.vue @@ -19,20 +19,47 @@ 设置 + + +
+
VH: {{ debugInfo.vh }}
+
InnerHeight: {{ debugInfo.innerHeight }}
+
ClientHeight: {{ debugInfo.clientHeight }}
+
BodyHeight: {{ debugInfo.bodyHeight }}
+
SafeAreaBottom: {{ debugInfo.safeAreaBottom }}
+