From 37b05361d8d7fbc822b7c9ffe924369743118fc6 Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期二, 10 九月 2024 14:52:57 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader

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

diff --git a/src/assets/main.css b/src/assets/main.css
index 6fdd628..659e1b2 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -266,7 +266,12 @@
 .el-tree {
   background: none !important;
 }
-.el-tree-node:focus > .el-tree-node__content,
+.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 {
+  background: #e0f2ff !important;
+}
 .el-tree-node__content:hover {
   background: rgba(0, 147, 255, 0.21) !important;
 }
@@ -288,6 +293,7 @@
 }
 .catalogueLabel{
   padding-right:10px;
+  flex:1;
   /* width:200px;
   white-space: nowrap;
   overflow: hidden;
@@ -304,4 +310,4 @@
 
 .icon-tabler-arrow-bar-to-left,.icon-tabler-arrow-bar-to-right{
   color:#707070 !important;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1