diff --git a/src/views/resource/land/index.vue b/src/views/resource/land/index.vue index a818e69..1406e9a 100644 --- a/src/views/resource/land/index.vue +++ b/src/views/resource/land/index.vue @@ -326,7 +326,7 @@ -

地图信息:绿色地块表示该地块,青色表示本组织已标记的其他地块

+

地图信息:红色地块表示该地块,青色表示本组织已标记的其他地块

@@ -941,11 +941,11 @@ export default { style: new ol.style.Style({ fill: new ol.style.Fill({ //矢量图层填充颜色,以及透明度 - color: "rgba(204, 255, 204,0.3)", + color: "yellow", }), stroke: new ol.style.Stroke({ //边界样式 - color: "#47c68f", + color: "yellow", width: 3, }), }), diff --git a/src/views/resource/operation/index.vue b/src/views/resource/operation/index.vue index 47f249e..b3f9919 100644 --- a/src/views/resource/operation/index.vue +++ b/src/views/resource/operation/index.vue @@ -210,7 +210,7 @@ - +