From 8558d8eebf2eb65b5253c687b16e96e6f0f7aafc Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期二, 29 四月 2025 10:36:51 +0800
Subject: [PATCH] qinghuancun

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

diff --git a/src/assets/main.css b/src/assets/main.css
index 347012c..c90754c 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -1,5 +1,5 @@
 @import './base.css';
-
+@import './style/examination.less';
 #parentApp {
   width: 100%;
   height: 100%;
@@ -248,6 +248,11 @@
 .graphBox .graphSelect .lineSegment{
   width:15px;
 }
+.acitveGraphType{
+  padding:4px;
+  background-color: #e0e0e0;
+  border-radius: 5px;
+}
 
 .el-input__inner {
   border: none !important;
@@ -269,7 +274,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;
 }
@@ -309,3 +316,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