From af28db51dfeffc25caea23fda684370282d9bc8a Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期三, 07 四月 2021 11:16:17 +0800
Subject: [PATCH] 更换废气图标

---
 src/components/LayerController/logic/WasteGas.js               |   26 ++++++++++++++------------
 src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue |    2 +-
 2 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue b/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue
index 5ab9de8..1c67015 100644
--- a/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue
+++ b/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue
@@ -224,7 +224,7 @@
     .form-echrts{
       width: 100%;
       height: 100%;
-      border: 1px solid #396d83;
+      border-top: 1px solid #396d83;
       //margin: 10px 10px 10px 10px;
       .el-dialog-div{
         //height: 50vh!important;
diff --git a/src/components/LayerController/logic/WasteGas.js b/src/components/LayerController/logic/WasteGas.js
index 9e7b219..59baf56 100644
--- a/src/components/LayerController/logic/WasteGas.js
+++ b/src/components/LayerController/logic/WasteGas.js
@@ -5,10 +5,10 @@
 // const AjaxUtils = require('../../../utils/AjaxUtils').default
 
 // 鍖哄垎涓嶅悓绫诲瀷 浣跨敤涓嶅悓img
-const ImgBlue = '/assets/images/map/exhaust/fq_blue.png'
-const ImgGray = '/assets/images/map/exhaust/fq_gray.png'
+// const ImgBlue = '/assets/images/map/exhaust/fq_blue.png'
+// const ImgGray = '/assets/images/map/exhaust/fq_gray.png'
 const ImagGreen = '/assets/images/map/exhaust/fq_green.png'
-const ImagBright = '/assets/images/map/exhaust/fq_bright_green.png'
+// const ImagBright = '/assets/images/map/exhaust/fq_bright_green.png'
 
 const mapApi = require('../../../api/mapApi').default
 const publicBounced = require('../../BaseNav/PublicBounced/PublicBounced').default
@@ -66,15 +66,17 @@
   // 涓嶅悓绫诲瀷鍥剧墖鍔犺浇
   this.differentTypes = (ContrLevel) => {
     var effectOfChange
-    if (ContrLevel === 1) {
-      effectOfChange = ImgBlue
-    } else if (ContrLevel === 2) {
-      effectOfChange = ImagGreen
-    } else if (ContrLevel === 3) {
-      effectOfChange = ImagBright
-    } else {
-      effectOfChange = ImgGray
-    }
+    /*
+     if (ContrLevel === 1) {
+       effectOfChange = ImgBlue
+     } else if (ContrLevel === 2) {
+    */
+    effectOfChange = ImagGreen
+    // } else if (ContrLevel === 3) {
+    //   effectOfChange = ImagBright
+    // } else {
+    //   effectOfChange = ImgGray
+    // }
     return effectOfChange
   }
   this.setPanTo = (pos, value) => {

--
Gitblit v1.8.0