From a756e215f7e5fa54dca49d5a11a1638991f5124c Mon Sep 17 00:00:00 2001 From: cool <653314653@qq.com> Date: Wed, 3 Apr 2024 15:41:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A4=A7=E5=B1=8F=E9=A6=96?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/web/js/main.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pages/web/js/main.js b/pages/web/js/main.js index 81aec8b..105d70e 100644 --- a/pages/web/js/main.js +++ b/pages/web/js/main.js @@ -463,12 +463,17 @@ function initMainMap(dataMap = []) { show: true, textStyle: { color: '#fff', + fontSize: 20, + fontWeight: 'bold', fontFamily: 'Alibaba PuHuiTi R' }, - rotate: -20, + rotate: 0, }, emphasis: { show: true, + textStyle: { + color: '#fff', + }, } }, aspectScale: 0.8, //长宽比 @@ -479,7 +484,7 @@ function initMainMap(dataMap = []) { }, itemStyle: { normal: { - areaColor: 'rgba(121,255,255,0.5)', + areaColor: 'rgba(121,255,255,0.6)', borderColor: '#7ad4ff', borderWidth: 1, shadowColor: 'rgba(53,109,187,0.6)', @@ -489,7 +494,7 @@ function initMainMap(dataMap = []) { }, emphasis: { - areaColor: 'rgba(121,255,255,0.5)', + areaColor: 'rgba(121,255,255,0.8)', } }, tooltip: {