diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 472b8215f..a1f117003 100644 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -4,15 +4,16 @@
{{ mainCalendarPageInfo.year }} {{ mainCalendarMonth }} -
+
@@ -68,9 +69,10 @@ class="ev-calendar-date-area" >
-
+
@@ -78,7 +80,7 @@ {{ expandedCalendarMonth }}
@@ -343,12 +345,9 @@ export default { width: 20px; flex: 1; text-align: center; - &.disabled i { - color: #C0C4CC; - } } - i { + .move-month-arrow { width: 20px; height: 20px; line-height: 20px; @@ -358,6 +357,9 @@ export default { &:hover { color: #3C81F6; } + &.disabled { + color: #C0C4CC; + } } span {