From 00c678743087b8e1a0f4136a19a8b170ca650f1e Mon Sep 17 00:00:00 2001 From: SunCheng Date: Wed, 11 Feb 2026 15:00:25 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E4=BF=A1=E6=81=AF=E9=9D=A2=E6=9D=BF=E7=9A=84=E8=AF=A6?= =?UTF-8?q?=E7=BB=86=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/App.vue | 78 ------------------------------------------------- 1 file changed, 78 deletions(-) diff --git a/Web/src/App.vue b/Web/src/App.vue index 88ae277..567f073 100644 --- a/Web/src/App.vue +++ b/Web/src/App.vue @@ -187,84 +187,6 @@ class="debug-tabbar-top-line" :style="{ top: debugInfo.tabbarTop + 'px' }" /> -
-
- 容器高度 -
-
- HTML 高度: {{ debugInfo.htmlHeight }}px -
-
- Body 高度: {{ debugInfo.bodyHeight }}px -
-
- App Root 高度: {{ debugInfo.appRootHeight }}px -
-
- App Root bottom: {{ debugInfo.appRootBottom }}px -
-
-
-
- TabBar 定位检查 -
-
- z-index: {{ debugInfo.tabbarZIndex }} -
-
- transform: {{ debugInfo.tabbarTransform }} -
-
- 距离底部: {{ debugInfo.distanceFromBottom }}px {{ debugInfo.distanceFromBottom === '0.00' ? '✓' : '✗' }} -
-
-
-
- TabBar 位置 -
-
- position: {{ debugInfo.tabbarPosition }} -
-
- bottom (CSS): {{ debugInfo.tabbarBottomStyle }} -
-
- top (实际): {{ debugInfo.tabbarTop }}px -
-
- bottom (实际): {{ debugInfo.tabbarBottom }}px -
-
-
-
- TabBar 尺寸 -
-
- height (实际): {{ debugInfo.tabbarHeight }}px -
-
- min-height: {{ debugInfo.tabbarMinHeight }} -
-
- padding-bottom: {{ debugInfo.tabbarPaddingBottom }} -
-
- box-sizing: {{ debugInfo.tabbarBoxSizing }} -
-
- 安全区域底部: {{ debugInfo.safeAreaBottom }} -
-
- -