From 754fa1bea640470c629d767d26990f154af8d20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Fri, 12 Sep 2025 17:24:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/app/map.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/app/map.vue b/src/views/app/map.vue index e6ced55..cc61745 100644 --- a/src/views/app/map.vue +++ b/src/views/app/map.vue @@ -379,11 +379,11 @@ style: new ol.style.Style({ fill: new ol.style.Fill({ //矢量图层填充颜色,以及透明度 - color: "rgba(255,224,0,0.3)", + color: "rgba(255,0,17,0.3)", }), stroke: new ol.style.Stroke({ //边界样式 - color: "#ffd154", + color: "#ff0000", width: 3, }), }) @@ -597,11 +597,11 @@ style: new ol.style.Style({ fill: new ol.style.Fill({ //矢量图层填充颜色,以及透明度 - color: "rgba(255,224,0,0.3)", + color: "rgba(255,0,17,0.3)", }), stroke: new ol.style.Stroke({ //边界样式 - color: "#ffd154", + color: "#ff0000", width: 3, }), })