From ad4d723bc7f6c5e64e962a9aa0b2e2e1302623eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Thu, 25 Dec 2025 17:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B6=E9=83=A8=E7=95=99=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/src/App.vue b/Web/src/App.vue index 5f307b2..bfb8aa9 100644 --- a/Web/src/App.vue +++ b/Web/src/App.vue @@ -99,6 +99,7 @@ const handleTabClick = (path) => { height: 100%; width: 100%; position: relative; + margin-top: env(safe-area-inset-top, 0px); } /* TabBar 固定在底部 */