From 5205d013d6caf86ac6e5445364fdfd5180226b23 Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Tue, 15 Feb 2022 11:05:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=8E=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Calendar/calendar.vue | 11 ++++++++++- vue.config.js | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/components/Calendar/calendar.vue b/src/components/Calendar/calendar.vue index a4c61ad..7d560c1 100644 --- a/src/components/Calendar/calendar.vue +++ b/src/components/Calendar/calendar.vue @@ -3,6 +3,8 @@ .wh_item_date:hover { background: #71c7a5; cursor: pointer; + color: #fff; + border-radius: 50%; } } * { @@ -115,7 +117,8 @@ wh_content_item_tag { .wh_content_item > .wh_isMark { margin: auto; border-radius: 100px; - background: blue; + background: #7d7df5; + color: #fff; z-index: 2; } .wh_content_item .wh_other_dayhide { @@ -154,6 +157,7 @@ wh_content_item_tag {