diff --git a/src/view/sy_map.vue b/src/view/sy_map.vue index ea30ace..a223628 100644 --- a/src/view/sy_map.vue +++ b/src/view/sy_map.vue @@ -3055,7 +3055,7 @@ const xr_dk_center_zyys = async () => { //创建面 zyys_dk.value[index] = new BMapGL.Polygon(points, { strokeColor: "blue", - strokeWeight: 2, + strokeWeight: 0.1, strokeOpacity: 0.8, fillColor: color, fillOpacity: 0.3,