From 42844cd050378ed8c04ec90d53cf5040bed3af28 Mon Sep 17 00:00:00 2001 From: dongzhihuan Date: Mon, 26 Jan 2026 20:58:01 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=A6=96=E9=A1=B5=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/spdm/views/home/components/ToDoCalendar.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/spdm/views/home/components/ToDoCalendar.vue b/src/spdm/views/home/components/ToDoCalendar.vue index 55040d6..6a1db5f 100644 --- a/src/spdm/views/home/components/ToDoCalendar.vue +++ b/src/spdm/views/home/components/ToDoCalendar.vue @@ -220,5 +220,14 @@ onMounted(() => { .vc-highlight-content-solid { /* color: black; */ } + .vc-weekday { + font-weight: 400; + } + .vc-day-content { + font-weight: 400; + } + .vc-header .vc-title { + font-weight: 400; + } }