From cda4dbbbd4795faeecbca5b3250c963c338a2f8d Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 05 Dec 2022 13:51:46 +0800
Subject: [PATCH] 1

---
 src/views/lyout/index.vue             |    1 +
 src/styles/element-ui/element-ui.scss |    5 +++++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/styles/element-ui/element-ui.scss b/src/styles/element-ui/element-ui.scss
index 6632f55..ba7d61a 100644
--- a/src/styles/element-ui/element-ui.scss
+++ b/src/styles/element-ui/element-ui.scss
@@ -243,6 +243,11 @@
     line-height: 27px;
 }
 
+.el-year-table td .cell,.el-month-table td .cell  {
+    color: #fff;
+}
+.el-month-table td .cell 
+
 /* 时间筛选 */
 .el-time-panel__content::after,
 .el-time-panel__content::before {
diff --git a/src/views/lyout/index.vue b/src/views/lyout/index.vue
index ae0055f..cb0911a 100644
--- a/src/views/lyout/index.vue
+++ b/src/views/lyout/index.vue
@@ -413,6 +413,7 @@
             line-height: 60px;
             text-align: center;
             font-size: 24px;
+            cursor: pointer;
 
             div {
                 position: absolute;

--
Gitblit v1.9.3