From 464b0f75cb9d45d1a1811556dd0b4b025c4ac0a3 Mon Sep 17 00:00:00 2001 From: lukeyan <1727408482@qq.com> Date: Wed, 9 Aug 2023 16:16:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=95=86=E6=83=A0=E4=BC=81=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/offLineMap/index.vue | 2 +- src/views/applySupermarket/index.vue | 38 ++++++++++++++-------------- src/views/factorResources/map.vue | 2 +- src/views/realtimeWarning/map.vue | 2 +- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/components/offLineMap/index.vue b/src/components/offLineMap/index.vue index a7d541b..b1142ee 100644 --- a/src/components/offLineMap/index.vue +++ b/src/components/offLineMap/index.vue @@ -182,7 +182,7 @@ export default { label.setStyle({ backgroundColor: " rgba(0, 0, 0, 0)", border: "0", - color: "rgba(0, 0, 0, 0)", + color: "#409EFF", fontSize: "16px", }); map.addOverlay(label); diff --git a/src/views/applySupermarket/index.vue b/src/views/applySupermarket/index.vue index 2c19b60..a354f15 100644 --- a/src/views/applySupermarket/index.vue +++ b/src/views/applySupermarket/index.vue @@ -1,29 +1,29 @@ - +