From 511712a8c25db33008d36f6b94ed34c57d3cae0e Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 14 五月 2024 14:15:24 +0800
Subject: [PATCH] 优化首页

---
 src/components/view/index-index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/view/index-index.vue b/src/components/view/index-index.vue
index 8dc66d5..b688f28 100644
--- a/src/components/view/index-index.vue
+++ b/src/components/view/index-index.vue
@@ -242,12 +242,12 @@
     margin-bottom: 10px;
 	}
   >>>.is-selected .el-calendar-day{
-    background: #0166E2 !important;
+    background: #3A7BFA !important;
     color: #fff !important;
     border-radius: 4px;
   }
   >>>.el-calendar-day:hover{
-    background: #0166E2 !important;
+    background: #3A7BFA !important;
     color: #fff !important;
     border-radius: 4px;
   }

--
Gitblit v1.9.3