From c2751c79cf058a0acc24e805c000bf9bfa3559c0 Mon Sep 17 00:00:00 2001 From: SunCheng Date: Sat, 21 Feb 2026 12:15:08 +0800 Subject: [PATCH] fix --- Web/src/views/calendarV2/modules/Calendar.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Web/src/views/calendarV2/modules/Calendar.vue b/Web/src/views/calendarV2/modules/Calendar.vue index 4dc8baf..6e75be5 100644 --- a/Web/src/views/calendarV2/modules/Calendar.vue +++ b/Web/src/views/calendarV2/modules/Calendar.vue @@ -74,9 +74,12 @@ >
-
+
{{ currentHolidayName }}
@@ -616,7 +619,7 @@ const onTouchEnd = () => { } .holiday-tooltip { - background: white; + background: var(--bg-primary); border-radius: 12px; padding: 24px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);