From c550e95f94631aab110822d0ad58490b9ea36a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Sun, 11 Jan 2026 16:50:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E7=BD=AE=E5=A4=9A=E4=B8=AA?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E7=9A=84=E8=83=8C=E6=99=AF=E8=89=B2=E4=B8=BA?= =?UTF-8?q?=E9=80=8F=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/views/BudgetView.vue | 5 +++++ Web/src/views/CalendarView.vue | 4 ++++ Web/src/views/StatisticsView.vue | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Web/src/views/BudgetView.vue b/Web/src/views/BudgetView.vue index 5af2069..1f3f8fb 100644 --- a/Web/src/views/BudgetView.vue +++ b/Web/src/views/BudgetView.vue @@ -507,4 +507,9 @@ const handleDelete = (budget) => { font-weight: 600; font-family: DIN Alternate, system-ui; } + +/* 设置页面容器背景色 */ +:deep(.van-nav-bar) { + background: transparent !important; +} diff --git a/Web/src/views/CalendarView.vue b/Web/src/views/CalendarView.vue index deae058..a453124 100644 --- a/Web/src/views/CalendarView.vue +++ b/Web/src/views/CalendarView.vue @@ -291,6 +291,10 @@ onBeforeUnmount(() => {