diff --git a/src/views/task/calendar.vue b/src/views/task/calendar.vue index 41f54a3..60652f2 100644 --- a/src/views/task/calendar.vue +++ b/src/views/task/calendar.vue @@ -122,6 +122,18 @@ const themeOptions = computed((): any => { .theme-gcal .cv-header button.nextPeriod, .theme-gcal .cv-header button.nextYear { width: 2em; + border: 1px solid #ccc; + text-align: center !important; + margin-left: 10px; + border-radius: 5px; + padding-right: 0 !important; + font-size: 1.8em; +} +.theme-gcal .cv-header button.previousYear, +.theme-gcal .cv-header button.previousPeriod, +.theme-gcal .cv-header button.nextPeriod, +.theme-gcal .cv-header button.nextYear { + letter-spacing: 0; } \ No newline at end of file diff --git a/src/views/task/taskList.vue b/src/views/task/taskList.vue deleted file mode 100644 index c57eab8..0000000 --- a/src/views/task/taskList.vue +++ /dev/null @@ -1,176 +0,0 @@ - - - - -