From a86695e3d6457a137be566393174ccb3184acb0f Mon Sep 17 00:00:00 2001 From: 13713575202 <1345916905@qq.com> Date: Wed, 30 Apr 2025 15:39:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BA=AF=E6=BA=90=E5=9C=B0=E5=9B=BE=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trace/components/traceMap.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/trace/components/traceMap.vue b/src/views/trace/components/traceMap.vue index 5848b43..3da0587 100644 --- a/src/views/trace/components/traceMap.vue +++ b/src/views/trace/components/traceMap.vue @@ -181,8 +181,8 @@ const chartsData = reactive({ }, tooltip: { trigger: 'item', - backgroundColor: 'rgba(166, 200, 76, 0.82)', - borderColor: '#FFFFCC', + backgroundColor: 'rgba(18, 55, 85, 0.8);', + borderColor: '#35d0c0', showDelay: 0, hideDelay: 0, enterable: true, @@ -226,12 +226,13 @@ const chartsData = reactive({ roam: true, //是否允许缩放 itemStyle: { normal: { - color: '#243c48', //地图背景色 - borderColor: '#005A5C', //省市边界线00fcff 516a89 + color: 'rgba(75,255,180,0.3)', //地图背景色 + borderColor: '#4bffb4', //省市边界线00fcff 516a89 borderWidth: 1, }, emphasis: { - color: 'rgba(37, 43, 61, .5)', //悬浮背景 + color: 'rgba(75,255,180,0.5)', //悬浮背景 + borderWidth: 2, }, }, },