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