diff --git a/Web/src/App.vue b/Web/src/App.vue index d891ff2..4a32b2f 100644 --- a/Web/src/App.vue +++ b/Web/src/App.vue @@ -99,7 +99,7 @@ const handleTabClick = (path) => { height: 100%; width: 100%; position: relative; - margin-top: 25px; + margin-top: max(0px, calc(env(safe-area-inset-top, 0px) * 0.75)); } /* TabBar 固定在底部 */