From f84c3f1d77f798eb17dc48bba29fef1015536935 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 29 五月 2024 21:57:28 +0800
Subject: [PATCH] 轮播图按钮字体

---
 src/assets/main.css |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/assets/main.css b/src/assets/main.css
index 5998ad9..521e39c 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -266,6 +266,9 @@
 .el-tree {
   background: none !important;
 }
+.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
+  background: rgba(0, 147, 255, 0.21) !important;
+}
 .el-tree-node:focus > .el-tree-node__content,
 .el-tree-node__content:hover {
   background: rgba(0, 147, 255, 0.21) !important;
@@ -300,4 +303,8 @@
   float: right;
   color:#707070;
   padding-right:5px;
-}
\ No newline at end of file
+}
+
+.icon-tabler-arrow-bar-to-left,.icon-tabler-arrow-bar-to-right{
+  color:#707070 !important;
+}

--
Gitblit v1.9.1