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 {