From 668f251a5c8099d7edec59f40d1311a6785ef10c Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 21 五月 2024 14:40:58 +0800 Subject: [PATCH] 新增线索结论修改功能 --- src/components/map/mapGrid.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/map/mapGrid.js b/src/components/map/mapGrid.js index 9f630ce..d16d8ba 100644 --- a/src/components/map/mapGrid.js +++ b/src/components/map/mapGrid.js @@ -37,10 +37,10 @@ }; mouseTool.on('draw', lastDrawEvent); mouseTool.polygon({ - strokeColor: '#FF33FF', + strokeColor: 'green', strokeOpacity: 1, - strokeWeight: 6, - fillColor: '#1791fc', + strokeWeight: 2, + fillColor: '#fff', fillOpacity: 0.4, // 绾挎牱寮忚繕鏀寔 'dashed' strokeStyle: 'solid' -- Gitblit v1.9.3