From cacc3b758f9c1d386c65f16bfcf18df12631bcf0 Mon Sep 17 00:00:00 2001 From: hbao Date: Fri, 11 Mar 2022 20:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Map/MapGisDrawing.vue | 16 ++++++++-------- src/views/homesteadSurvey/list.vue | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/Map/MapGisDrawing.vue b/src/components/Map/MapGisDrawing.vue index 813f5498..9910b875 100644 --- a/src/components/Map/MapGisDrawing.vue +++ b/src/components/Map/MapGisDrawing.vue @@ -207,7 +207,7 @@ export default { }), stroke: new ol.style.Stroke({ //边界样式 - color: "#47c68f", + color: "#CCFF66", width: 3, }), }), @@ -249,7 +249,7 @@ export default { }), stroke: new ol.style.Stroke({ //边界样式 - color: "#47c68f", + color: "#CCFF66", width: 3, }), }), @@ -360,7 +360,7 @@ export default { }), stroke: new ol.style.Stroke({ //边界样式 - color: "#47c68f", + color: "#CCFF66", width: 3, }), }), @@ -402,7 +402,7 @@ export default { }), stroke: new ol.style.Stroke({ //边界样式 - color: "#47c68f", + color: "#CCFF66", width: 3, }), }), @@ -444,7 +444,7 @@ export default { }), stroke: new ol.style.Stroke({ //边界样式 - color: "#47c68f", + color: "#CCFF66", width: 3, }), }), @@ -486,7 +486,7 @@ export default { }), stroke: new ol.style.Stroke({ //边界样式 - color: "#47c68f", + color: "#CCFF66", width: 3, }), }), @@ -729,7 +729,7 @@ export default { }), stroke: new ol.style.Stroke({ //边界样式 - color: "#47c68f", + color: "#CCFF66", width: 3, }), }), @@ -771,7 +771,7 @@ export default { }), stroke: new ol.style.Stroke({ //边界样式 - color: "#47c68f", + color: "#CCFF66", width: 3, }), }), diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue index 2a8da934..7ec4f7fe 100644 --- a/src/views/homesteadSurvey/list.vue +++ b/src/views/homesteadSurvey/list.vue @@ -3020,7 +3020,7 @@ }), stroke: new ol.style.Stroke({ //边界样式 - color: "#47c68f", + color: "#CCFF66", width: 3, }), }),