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坐标系类型