From 65a3ee7eb55e1fd6c64f35b3160c603385ebd496 Mon Sep 17 00:00:00 2001 From: zk Date: Tue, 20 Feb 2024 13:19:54 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B0=83=E6=95=B4=E7=9C=81=E8=BE=B9?= =?UTF-8?q?=E7=95=8C=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/mapUtils/map.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/mapUtils/map.ts b/src/assets/mapUtils/map.ts index 8e8a270..5d40c8d 100644 --- a/src/assets/mapUtils/map.ts +++ b/src/assets/mapUtils/map.ts @@ -60,7 +60,7 @@ export const Map = { strokeWeight: 3, // lineJoin: 'round', //折线拐点的绘制样式 isOutline: false, - borderWeight: 2, + // borderWeight: 2, // outlineColor: '#6ccffe', }); }, @@ -81,9 +81,9 @@ export const Map = { // strokeWeight: 2, // zIndex: 10, isOutline: true, - outlineColor: '#2692fc', //88a5f8 + outlineColor: '#2692fc', borderWeight: 1, - strokeColor: '#88b9f8', //2657fc + strokeColor: '#88b9f8', strokeWeight: 1, strokeOpacity: 0.8, });