From 6ffc8b1872a5f34712bad7fa6a258628e6f6d883 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 07 一月 2025 18:06:12 +0800
Subject: [PATCH] refactor(qiankunState): 重置字体大小为 null

---
 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 521e39c..422cb91 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -269,7 +269,9 @@
 .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:focus > .el-tree-node__content {
+  background: #e0f2ff !important;
+}
 .el-tree-node__content:hover {
   background: rgba(0, 147, 255, 0.21) !important;
 }
@@ -291,6 +293,7 @@
 }
 .catalogueLabel{
   padding-right:10px;
+  flex:1;
   /* width:200px;
   white-space: nowrap;
   overflow: hidden;
@@ -308,3 +311,7 @@
 .icon-tabler-arrow-bar-to-left,.icon-tabler-arrow-bar-to-right{
   color:#707070 !important;
 }
+
+body {
+  --keyboard-zindex: 999999;
+}
\ No newline at end of file

--
Gitblit v1.9.1