From 0a1c8cdff17bcb313335e51a64c791ab30b5da25 Mon Sep 17 00:00:00 2001 From: liu <2302563948@qq.com> Date: Wed, 1 Jul 2026 23:00:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E5=AE=89=E5=85=A8=E8=B7=9D?= =?UTF-8?q?=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/custom-tab-bar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom-tab-bar/index.tsx b/src/custom-tab-bar/index.tsx index c16baaf..7ed003d 100644 --- a/src/custom-tab-bar/index.tsx +++ b/src/custom-tab-bar/index.tsx @@ -30,7 +30,7 @@ function getSafeBottom(): number { try { const info = Taro.getSystemInfoSync() if (info.safeArea) { - return info.safeArea.bottom + return info.screenHeight - info.safeArea.bottom } } catch { /* ignore */ } return 0