From 2d3d56ff801b73afdb779267004d740f9beafe57 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 31 十月 2023 16:09:44 +0800
Subject: [PATCH] 2023.10.31

---
 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