update 调整省边界线

This commit is contained in:
zk
2024-02-20 13:19:54 +08:00
parent 2def3738c2
commit 65a3ee7eb5
+3 -3
View File
@@ -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,
});