From a14a0413671aa4070fe071d518d055d6b190a208 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Tue, 19 Nov 2024 19:03:22 +0800
Subject: [PATCH] 管网高度

---
 src/pages/layout/components/scomponents/layersControl.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pages/layout/components/scomponents/layersControl.vue b/src/pages/layout/components/scomponents/layersControl.vue
index fa147b7..0abf1a7 100644
--- a/src/pages/layout/components/scomponents/layersControl.vue
+++ b/src/pages/layout/components/scomponents/layersControl.vue
@@ -173,7 +173,7 @@
             layerName: 'gsgw',
             source: gsgw,
             color: DC.Color.BLUE,
-            height: 5,
+            height: 65,
           },
           {
             id: '3-3-2',
@@ -183,7 +183,7 @@
             layerName: 'wsgw',
             source: wsgw,
             color: DC.Color.BLACK,
-            height: 10,
+            height: 68,
           },
           {
             id: '3-3-3',
@@ -193,7 +193,7 @@
             layerName: 'rqgw',
             source: rqgw,
             color: DC.Color.RED,
-            height: 15,
+            height: 71,
           },
           {
             id: '3-3-4',
@@ -203,7 +203,7 @@
             layerName: 'ysgw',
             source: ysgw,
             color: DC.Color.CYAN,
-            height: 20,
+            height: 75,
           },
         ]
       },

--
Gitblit v1.9.3