From 31c215ced30ec190e2cd337133812c8a884e00d4 Mon Sep 17 00:00:00 2001 From: yezhichao <651778286@qq.com> Date: Wed, 1 Dec 2021 11:59:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9B=BE=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/render/components/Map.vue | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/src/render/components/Map.vue b/src/render/components/Map.vue index ac9eedd..b60dd75 100644 --- a/src/render/components/Map.vue +++ b/src/render/components/Map.vue @@ -20,33 +20,15 @@ const option = reactive({ map: 'tmsk', itemStyle: { normal: { - areaColor: '#013C62', + areaColor: '#26c4eb', + borderWidth: 0, shadowColor: '#182f68', shadowOffsetX: 0, shadowOffsetY: 25 - }, - emphasis: { - areaColor: '#2AB8FF', - borderWidth: 0, - color: 'green', - label: { - show: false - } } } }, series: [{ - type: 'map', - mapType: 'tmsk', - label: { - show: true - }, - itemStyle: { - color: '#999', - borderWidth: 1, - }, - shading: 'color' - }, { //设置为分散点 type: 'scatter', //series坐标系类型