From 1c600f7942437d7c4ffcd50ca878d33d4aa237cd Mon Sep 17 00:00:00 2001 From: NiuZiYuan Date: Mon, 26 May 2025 10:34:47 +0800 Subject: [PATCH] dev --- src/components/common/Calendar.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/common/Calendar.vue b/src/components/common/Calendar.vue index 24c5614..9dfd85d 100644 --- a/src/components/common/Calendar.vue +++ b/src/components/common/Calendar.vue @@ -204,16 +204,17 @@ const handleDateClick = (day: number) => { align-items: center; span { margin: auto; - height: 34px; - width: 34px; + height: 28px; + width: 28px; display: flex; justify-content: center; align-items: center; font-weight: bold; - font-size: 16px; + font-size: 14px; color: #666666; font-style: normal; - border-radius:17px; + border-radius:14px; + cursor: pointer; } .currentDay { background: #1677FE;