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);