|
@ -451,7 +451,7 @@ export default { |
|
|
//mapInfo, polygonArray, polIconUrlArray, iconArrays, iconUrlArray |
|
|
//mapInfo, polygonArray, polIconUrlArray, iconArrays, iconUrlArray |
|
|
this.$refs.map.loadMap(this.agencyInfo, this.polygonList, null, this.distributionsList, this.iconUrlArray, null) |
|
|
this.$refs.map.loadMap(this.agencyInfo, this.polygonList, null, this.distributionsList, this.iconUrlArray, null) |
|
|
} else { |
|
|
} else { |
|
|
this.$refs.map.refreshMap(this.agencyInfo, this.polygonList, this.distributionsList) |
|
|
this.$refs.map.refreshMap(this.agencyInfo, this.polygonList, this.distributionsList, false) |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
@ -708,7 +708,7 @@ export default { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
.card-left-title::after { |
|
|
.card-left-title::after { |
|
|
content: ''; |
|
|
content: ""; |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 50%; |
|
|
top: 50%; |
|
|
left: 20px; |
|
|
left: 20px; |
|
@ -716,7 +716,7 @@ export default { |
|
|
height: 12px; |
|
|
height: 12px; |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
margin-top: -6px; |
|
|
margin-top: -6px; |
|
|
background: #2865FA; |
|
|
background: #2865fa; |
|
|
border-radius: 50%; |
|
|
border-radius: 50%; |
|
|
} |
|
|
} |
|
|
.card-wr-map { |
|
|
.card-wr-map { |
|
|