From 46ba64ef1924978b46d07a85e0c7355bdd991a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Thu, 25 Dec 2025 17:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 固定在底部 */