From 198b83ce825fbbf912cb26d592e3c7b0b586ca92 Mon Sep 17 00:00:00 2001
From: 王旭 <1377869194@qq.com>
Date: 星期一, 20 二月 2023 17:38:22 +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