fix
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 22s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s
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-04 16:07:08 +08:00
parent 453007ab69
commit f328c72ca0

View File

@@ -336,6 +336,7 @@ onBeforeUnmount(() => {
.calendar-v2-wrapper {
font-family: var(--font-primary);
color: var(--text-primary);
background-color: var(--van-background);
}
.calendar-scroll-content {
@@ -343,7 +344,6 @@ onBeforeUnmount(() => {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
background-color: var(--van-background);
}
/* ========== 头部 ========== */
@@ -354,6 +354,8 @@ onBeforeUnmount(() => {
padding: 8px 24px;
gap: 8px;
background: transparent !important;
position: relative;
z-index: 1;
}
.header-content {