From a990224694af89499210303709d83004c7547dc4 Mon Sep 17 00:00:00 2001 From: lukeyan <1727408482@qq.com> Date: Wed, 9 Aug 2023 14:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E7=82=B9=E4=BD=8D=E5=90=8D?= =?UTF-8?q?=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/offLineMap/index.vue | 527 ++++++++++++++-------------- src/views/factorResources/map.vue | 2 +- src/views/realtimeWarning/map.vue | 2 +- 3 files changed, 274 insertions(+), 257 deletions(-) diff --git a/src/components/offLineMap/index.vue b/src/components/offLineMap/index.vue index 434f450..a7d541b 100644 --- a/src/components/offLineMap/index.vue +++ b/src/components/offLineMap/index.vue @@ -1,202 +1,222 @@ \ No newline at end of file diff --git a/src/views/factorResources/map.vue b/src/views/factorResources/map.vue index 305ff8d..9b4929a 100644 --- a/src/views/factorResources/map.vue +++ b/src/views/factorResources/map.vue @@ -165,7 +165,7 @@ export default { label.setStyle({ backgroundColor: " rgba(0, 0, 0, 0)", border: "0", - color: "#0060ce", + color: "rgba(0, 0, 0, 0)", fontSize: "16px", }); map.addOverlay(label); diff --git a/src/views/realtimeWarning/map.vue b/src/views/realtimeWarning/map.vue index 523547e..40d2711 100644 --- a/src/views/realtimeWarning/map.vue +++ b/src/views/realtimeWarning/map.vue @@ -149,7 +149,7 @@ export default { label.setStyle({ backgroundColor: " rgba(0, 0, 0, 0)", border: "0", - color: "#0060ce", + color: "rgba(0, 0, 0, 0)", fontSize: "16px", }); map.addOverlay(label);