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

@@ -231,6 +231,7 @@ const handleAddTransactionSuccess = () => {
/* 使用准确的视口高度 CSS 变量 */
height: var(--vh, 100vh);
width: 100%;
background-color: var(--van-background);
}
.app-root {
@@ -240,7 +241,7 @@ const handleAddTransactionSuccess = () => {
padding-top: max(0px, calc(env(safe-area-inset-top, 0px) * 0.75));
box-sizing: border-box;
overflow: hidden;
background: transparent;
background-color: var(--van-background);
}
/* TabBar 固定在底部 */

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);
}
/* ========== 头部 ========== */