From 8c6cf205affbbc8ada74f00a7ca25ebca867e9ed Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 27 Sep 2021 11:44:44 +0800
Subject: [PATCH] 图表颜色

---
 src/styles/element-ui.scss |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 5c6d4bc..83ab6fd 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -294,3 +294,19 @@
 .avue-empty__desc {
     color: #fff !important;
 }
+
+.certificateTJ .avue-form__menu--center {
+    // 统计图持证表格按钮过长
+    width: 320px !important;
+}
+
+.el-menu.el-menu--popup.el-menu--popup-right-start {
+    //菜单折叠  弹窗样式
+    .el-menu-item span,
+    .el-menu-item i {
+        color: rgba($color: #000000, $alpha: 0.7) !important;
+    }
+    li:hover {
+        background-color: #bcdcfd !important;
+    }
+}

--
Gitblit v1.9.3