From d99b0ea0afd0e7d2c7a4f17f07311823b70a35ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Thu, 25 Dec 2025 16:27:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=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 22307e6..e461fd1 100644 --- a/Web/src/App.vue +++ b/Web/src/App.vue @@ -66,7 +66,7 @@ const handleTabClick = (path) => { @media only screen and (max-width: 768px) { :deep(.van-tabbar) { /* 为小白条添加额外高度 */ - padding-bottom: max(10px, calc(env(safe-area-inset-bottom) - 20px)); + padding-bottom: 10px; } }