调试
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 14s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
孙诚
2025-12-25 17:46:02 +08:00
parent 2711f5dd8b
commit 46ba64ef19

View File

@@ -99,7 +99,7 @@ const handleTabClick = (path) => {
height: 100%; height: 100%;
width: 100%; width: 100%;
position: relative; position: relative;
margin-top: 25px; margin-top: max(0px, calc(env(safe-area-inset-top, 0px) * 0.75));
} }
/* TabBar 固定在底部 */ /* TabBar 固定在底部 */