From e5e704dc89547e70bc533de5a61b05470a9cadb7 Mon Sep 17 00:00:00 2001 From: yangfuda <945208611@qq.com> Date: Tue, 9 Sep 2025 17:52:12 +0800 Subject: [PATCH] =?UTF-8?q?TASK=2045751=20=E5=9C=B0=E5=9D=97=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E5=92=8C=E5=9C=B0=E5=9D=97=E7=BB=8F=E8=90=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/resource/land/index.vue | 6 +++--- src/views/resource/operation/index.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@ - +