|
|
@@ -94,7 +94,7 @@ |
|
|
|
:key="$index" :index="index + $index+1+''" @click="selectParams($item.type, $item.value, index, $index)">{{$item.name}}: {{ $item.cf }}</el-menu-item> |
|
|
|
</el-menu-item-group> |
|
|
|
<el-menu-item-group> |
|
|
|
<template slot="title">反演参照</template> |
|
|
|
<template slot="title">风险源</template> |
|
|
|
<el-menu-item v-for="($item, $index) in refList" |
|
|
|
:key="$index" :index="index + '-5'"> |
|
|
|
<input |
|
|
@@ -502,6 +502,7 @@ export default { |
|
|
|
["居民地", "#1E6510"], |
|
|
|
["拆迁未利用地", "#7FFFFF"], |
|
|
|
["堆土", "#571919 "], |
|
|
|
['林地', 'brown'] |
|
|
|
]; |
|
|
|
this.landColorList = this.landColor; // 土地占有面积 |
|
|
|
|
|
|
@@ -726,6 +727,13 @@ export default { |
|
|
|
return this.outletActiveIcon |
|
|
|
|
|
|
|
} |
|
|
|
} else { |
|
|
|
return new Style({ |
|
|
|
stroke:new Stroke({ |
|
|
|
color: "cyan", |
|
|
|
width: 5 |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
@@ -737,7 +745,6 @@ export default { |
|
|
|
this.map.removeOverlay(this.overlayPlace); |
|
|
|
if(properties.river) { // 表示为采样点数据 |
|
|
|
this.popupData = properties; |
|
|
|
console.log(this.popupData); |
|
|
|
let coordinate = e.mapBrowserEvent.coordinate; |
|
|
|
this.overlay.setPosition(coordinate); |
|
|
|
this.overlay.setOffset([140, -10]); |
|
|
@@ -1066,11 +1073,11 @@ body { |
|
|
|
/* */ |
|
|
|
.markBox { |
|
|
|
position: absolute; |
|
|
|
bottom: 40px; |
|
|
|
bottom: 10px; |
|
|
|
left: 10px; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
align-items: flex-end; |
|
|
|
} |
|
|
|
/* 色带 */ |
|
|
|
.colorMark { |
|
|
@@ -1175,7 +1182,7 @@ body { |
|
|
|
} |
|
|
|
/* 数据统计弹框 */ |
|
|
|
.chart { |
|
|
|
width: 360px; |
|
|
|
width: 380px; |
|
|
|
padding: 10px; |
|
|
|
position: absolute; |
|
|
|
top: 80px; |
|
|
@@ -1242,7 +1249,7 @@ body { |
|
|
|
} |
|
|
|
.placeChart { |
|
|
|
width: 100%; |
|
|
|
padding: 10px; |
|
|
|
/* padding: 10px; */ |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: flex-start; |
|
|
@@ -1261,17 +1268,19 @@ body { |
|
|
|
/* 弹出框 */ |
|
|
|
.showPopupPoint { |
|
|
|
width: 220px; |
|
|
|
height: 180px; |
|
|
|
height: 170px; |
|
|
|
padding: 10px; |
|
|
|
background-color: rgb(255, 255, 255); |
|
|
|
} |
|
|
|
.showPopupPlace { |
|
|
|
width: 250px; |
|
|
|
width: 220px; |
|
|
|
height: 140px; |
|
|
|
padding: 10px; |
|
|
|
background-color: rgb(255, 255, 255); |
|
|
|
} |
|
|
|
.showPopupOutlet { |
|
|
|
width: 220px; |
|
|
|
height: 230px; |
|
|
|
padding: 10px; |
|
|
|
background-color: rgb(255, 255, 255); |
|
|
|
} |