|
|
@@ -326,7 +326,7 @@ |
|
|
|
|
|
|
|
<!-- 地图对话框 --> |
|
|
|
<el-dialog :title="title" :visible.sync="openMap" width="1200px" append-to-body> |
|
|
|
<el-divider><h3 class="header-anchor">地图信息:绿色地块表示该地块,青色表示本组织已标记的其他地块</h3></el-divider> |
|
|
|
<el-divider><h3 class="header-anchor">地图信息:红色地块表示该地块,青色表示本组织已标记的其他地块</h3></el-divider> |
|
|
|
<div id="full-screen-acceptance" style="width: 100%;height:65vh;"> |
|
|
|
<!--<div id="landMapDiv"></div>--> |
|
|
|
<div id="mapWrap"></div> |
|
|
@@ -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, |
|
|
|
}), |
|
|
|
}), |
|
|
|