From 33c5011a860bb10efc4f8a4d4f6bc19bf9fecbb8 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期二, 14 五月 2024 14:15:30 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master --- 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