From 1f96f089eb3546c682313d29513be04ac72e2de5 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 31 十月 2023 16:21:08 +0800
Subject: [PATCH] Merge branch 'master' of ssh://114.215.109.124:29418/grid-management-vue

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