From 59a0af5ae9c127d39c95c64ec08b01510207dca4 Mon Sep 17 00:00:00 2001
From: TreeWish <1131093754@qq.com>
Date: 星期五, 17 二月 2023 11:11:04 +0800
Subject: [PATCH] 大屏视图和工程树切换问题修改

---
 src/components/Screen/ProjectTree.vue |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/components/Screen/ProjectTree.vue b/src/components/Screen/ProjectTree.vue
index c55483c..e2478cf 100644
--- a/src/components/Screen/ProjectTree.vue
+++ b/src/components/Screen/ProjectTree.vue
@@ -92,7 +92,7 @@
       isActive: false,
       isMenuLayer: true,
       openEcharts: false,
-      filterText: '',
+      filterText: "",
     }
   },
 
@@ -221,8 +221,19 @@
     font-size: 20px;
     width: 130px;
     text-align: center;
-    padding-top: 10px;
-    font-weight: bold;
+    width: 140px;
+    padding-top: 15px;
+    color: #fff;
+    background: linear-gradient(
+      0deg,
+      rgba(81, 192, 243, 0.65) 0%,
+      rgba(255, 255, 255, 0.65) 86%
+    );
+    -webkit-background-clip: text;
+    font-size: 17.5px;
+    font-family: HYLingXinJ, HYLingXinJ-regular;
+    font-weight: normal;
+    letter-spacing: 1.05px;
   }
   .el-input {
     width: 80%;

--
Gitblit v1.9.3