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 }}
+