From 0d70f01c3553b6c33e5ee86f89f8d0fbd42825d5 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 19 六月 2024 20:00:41 +0800
Subject: [PATCH] 答题器功能

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

diff --git a/src/assets/main.css b/src/assets/main.css
index 5998ad9..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;
@@ -300,4 +306,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