From 2c00a5435fe9d9e4c414a3e343206f159162e488 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Mon, 14 Aug 2023 18:25:29 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/views/task/calendar.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/views/task/calendar.vue b/src/views/task/calendar.vue
index b1b57bf..41f54a3 100644
--- a/src/views/task/calendar.vue
+++ b/src/views/task/calendar.vue
@@ -103,6 +103,7 @@ const themeOptions = computed((): any => {
   /* background-color: #f56c6c; */
   background-color: rgba($color: #4a5dff, $alpha: 0.8) !important;
   color: #fff;
+  cursor: pointer;
 }
 
 #example-simple .cv-item.custom-date-class-red {