From f8c92594757c7a3db7188bb384f4fd2fb841604a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 29 六月 2022 08:43:54 +0800
Subject: [PATCH] 1.完成存货档案2.修改以前bug

---
 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