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
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:
@@ -471,7 +471,7 @@ onMounted(() => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding-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;
|
box-sizing: border-box;
|
||||||
overflow: hidden;
|
overflow: clip;
|
||||||
background-color: var(--van-background);
|
background-color: var(--van-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user