From 5aec569c9d67c86819010171bc527afede505fe5 Mon Sep 17 00:00:00 2001
From: TreeWish <1131093754@qq.com>
Date: 星期四, 23 二月 2023 18:51:48 +0800
Subject: [PATCH] 管网一张图对接接口数据

---
 src/views/Thematic/index.vue |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/views/Thematic/index.vue b/src/views/Thematic/index.vue
index 8806e59..d3b7ca7 100644
--- a/src/views/Thematic/index.vue
+++ b/src/views/Thematic/index.vue
@@ -104,14 +104,22 @@
 <style lang="less">
 .themaic {
   .aside-title {
+    box-sizing: border-box;
     padding-left: 30px;
-    height: 27px;
-    line-height: 27px;
-    background: linear-gradient(0deg, #9cd2ff 0%, #ffffff 100%);
+    // height: 27px;
+    // line-height: 27px;
+    // background: linear-gradient(0deg, #9cd2ff 0%, #ffffff 100%);
     font-size: 15px;
     font-family: YouSheBiaoTiHei, YouSheBiaoTiHei-Regular;
-    -webkit-background-clip: text;
+    // -webkit-background-clip: text;
     color: #fff;
+    width: 100%;
+
+    height: 30px;
+    line-height: 30px;
+    background: url(~@/assets/img/Screen/asideTitleBg.png);
+    background-size: 100% 100%;
+    background-repeat: no-repeat;
   }
 }
 </style>

--
Gitblit v1.9.3