fix
Some checks failed
Docker Build & Deploy / Deploy to Production (push) Blocked by required conditions
Docker Build & Deploy / Build Docker Image (push) Successful in 2m46s
Docker Build & Deploy / Cleanup Dangling Images (push) Has been cancelled
Docker Build & Deploy / WeChat Notification (push) Has been cancelled

This commit is contained in:
SunCheng
2026-02-11 15:33:09 +08:00
parent fe5de8bbcd
commit 91389353ad

View File

@@ -471,7 +471,7 @@ onMounted(() => {
position: relative;
padding-top: max(0px, calc(env(safe-area-inset-top, 0px) * 0.75));
box-sizing: border-box;
overflow: hidden;
overflow: clip;
background-color: var(--van-background);
}