From be40cc37cae5940acf1ec1fba98252dcfa2dc020 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 28 六月 2022 08:41:49 +0800
Subject: [PATCH] 1.引入全局主题颜色
---
src/layout/components/Sidebar/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index 5e5fc95..32f68d3 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -82,7 +82,9 @@
color: white;
font-size: 18px;
}
-
+.el-button--text:focus{
+ color: white;
+}
#app .sidebar-container .el-submenu .el-menu-item {
background-color: transparent !important;
}
--
Gitblit v1.9.3