From 7b9afcb2fee18604e6b9f255b243a9bd5cd9ec88 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Mon, 14 Aug 2023 18:15:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/calendar.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/task/calendar.vue b/src/views/task/calendar.vue index 3a6f5b0..5b02d7e 100644 --- a/src/views/task/calendar.vue +++ b/src/views/task/calendar.vue @@ -112,5 +112,15 @@ const themeOptions = computed((): any => { .cv-wrapper.holiday-us-traditional .d05-05 .cv-day-number::before { content: "" !important; } + +.theme-gcal .periodLabel { + font-size: 16px !important; +} +.theme-gcal .cv-header button.previousYear, +.theme-gcal .cv-header button.previousPeriod, +.theme-gcal .cv-header button.nextPeriod, +.theme-gcal .cv-header button.nextYear { + width: 2em; +} \ No newline at end of file