1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 22s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s

This commit is contained in:
SunCheng
2026-02-11 16:24:40 +08:00
parent 36e0a933f6
commit 4e840e8e56

View File

@@ -167,9 +167,6 @@ onMounted(() => {
left: 0;
right: 0;
width: 100%;
// 导航栏实际高度 62px + 上下 padding (12px + 21px) = 95px + 安全区域
// 修改:直接贴底,只保留必要的 padding 和安全区域
padding-bottom: env(safe-area-inset-bottom, 0px);
z-index: 1000;
pointer-events: none;
}