地图修改

main
项洋 1 week ago
parent 3eaf17ad22
commit ad8847e0df

@ -31,18 +31,19 @@
<script>
// import { networkreport } from '@/api/zongzhi/manage.js'
import { screenreportmap } from "@/api/netManage/index.js"
// import { screenreportmap } from "@/api/netManage/index.js"
import proj4 from "proj4";
export default {
data() {
return {
reportTotalCount: 0,
completedPercent: 0
}
completedPercent: 0,
};
},
methods: {
isInteger(obj) {
return typeof obj === "number" && obj % 1 === 0; //truefalse
},
methods:{
isInteger(obj){
return typeof obj === 'number' && obj % 1 === 0; //truefalse
}
},
mounted() {
// this.reportTotalCount = 45
@ -79,7 +80,7 @@ export default {
height: 924px;
top: 198px;
left: 13px;
background: url('~@/assets/ecosphere/左.png') no-repeat;
background: url("~@/assets/ecosphere/左.png") no-repeat;
background-size: 100% 100%;
}
.bkRight {
@ -88,7 +89,7 @@ export default {
height: 924px;
top: 198px;
left: 513px;
background: url('~@/assets/ecosphere/右.png');
background: url("~@/assets/ecosphere/右.png");
}
.left {
position: relative;
@ -96,7 +97,7 @@ export default {
height: 99px;
top: 155px;
left: 550px;
background: url('~@/assets/ecosphere/举报总数.png');
background: url("~@/assets/ecosphere/举报总数.png");
}
.right {
position: relative;
@ -104,7 +105,7 @@ export default {
height: 99px;
top: 56px;
left: 1050px;
background: url('~@/assets/ecosphere/处置率.png');
background: url("~@/assets/ecosphere/处置率.png");
}
.inner-box {
position: absolute;

File diff suppressed because one or more lines are too long

@ -37,7 +37,7 @@
<div class="infotop">
<h3>{{ points[1].title }}</h3>
<div class="topleft">
<p>{{ points[1].content }}</p>
<!-- <p>{{ points[1].content }}</p> -->
<img src="@/assets/privateOrder/map/关闭.png" alt="" />
</div>
</div>
@ -88,7 +88,7 @@
<div class="infotop">
<h3>{{ points[2].title }}</h3>
<div class="topleft">
<p>{{ points[2].content }}</p>
<!-- <p>{{ points[2].content }}</p> -->
<img src="@/assets/privateOrder/map/关闭.png" alt="" />
</div>
</div>
@ -141,7 +141,7 @@
<div class="infotop">
<h3>{{ points[3].title }}</h3>
<div class="topleft">
<p>{{ points[3].content }}</p>
<!-- <p>{{ points[3].content }}</p> -->
<img src="@/assets/privateOrder/map/关闭.png" alt="" />
</div>
</div>
@ -243,8 +243,13 @@
<div class="infotop">
<h3>{{ points[5].title }}</h3>
<div class="topleft">
<p>{{ points[5].content }}</p>
<img src="@/assets/privateOrder/map/关闭.png" alt="" />
<!-- <p>{{ points[5].content }}</p> -->
<img
src="@/assets/privateOrder/map/关闭.png"
alt=""
width="30px"
height="30px"
/>
</div>
</div>
<div>
@ -470,12 +475,18 @@ export default {
gap: 5px;
justify-content: space-between;
align-items: center;
img {
width: 35px;
height: 35px;
margin-right: 20px;
margin-top: 20px;
}
}
.infocontainer {
width: 100%;
height: 100%;
padding-top: 60px;
padding-top: 40px;
display: flex;
justify-content: flex-start;
align-items: center;
@ -524,7 +535,7 @@ export default {
}
h3 {
margin: 10 0 10px;
margin: 20px 10px 10px;
font-size: 32px;
color: white;
}

Loading…
Cancel
Save