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

This commit is contained in:
SunCheng
2026-02-04 16:23:12 +08:00
parent f328c72ca0
commit 15f0ba0993
3 changed files with 4 additions and 3 deletions

View File

@@ -336,7 +336,6 @@ onBeforeUnmount(() => {
.calendar-v2-wrapper {
font-family: var(--font-primary);
color: var(--text-primary);
background-color: var(--van-background);
}
.calendar-scroll-content {
@@ -344,6 +343,7 @@ onBeforeUnmount(() => {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
background-color: var(--bg-primary);
}
/* ========== 头部 ========== */