调整页面布局,修复滚动和高度问题
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 18s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
孙诚
2025-12-29 11:14:29 +08:00
parent be4e303ba5
commit 35e3a82673
4 changed files with 20 additions and 5 deletions

View File

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