Compare commits
No commits in common. "f672741dd816036f63cccc5725b38bfa9f8ec156" and "e91d03de7388e5bb9f0f41a4b436e1d317e9292c" have entirely different histories.
f672741dd8
...
e91d03de73
Binary file not shown.
After Width: | Height: | Size: 8.4 MiB |
Binary file not shown.
Before Width: | Height: | Size: 5.5 MiB |
|
@ -157,7 +157,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- 大冶鑫 -->
|
<!-- 大冶鑫 -->
|
||||||
<div class="drag_box8" ref="drag_box8" v-show="limitUserId == 8">
|
<div class="drag_box8" ref="drag_box8" v-show="limitUserId == 8">
|
||||||
<img class="drag_img" src="../../assets/img/map4.png" alt="" />
|
<img class="drag_img" src="../../assets/img/map4.jpg" alt="" />
|
||||||
<img class="axis_shimen" src="../../assets/img/axis1.png" alt="" @click="handlerAxis_5" />
|
<img class="axis_shimen" src="../../assets/img/axis1.png" alt="" @click="handlerAxis_5" />
|
||||||
<img class="axis_shimen1" src="../../assets/img/axis1.png" alt="" @click="handlerAxis_5" />
|
<img class="axis_shimen1" src="../../assets/img/axis1.png" alt="" @click="handlerAxis_5" />
|
||||||
<img class="axis_shimen2" src="../../assets/img/axis1.png" alt="" @click="handlerAxis_5" />
|
<img class="axis_shimen2" src="../../assets/img/axis1.png" alt="" @click="handlerAxis_5" />
|
||||||
|
@ -2728,8 +2728,8 @@ export default {
|
||||||
width: 0.4rem;
|
width: 0.4rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 67%;
|
top: 66%;
|
||||||
left: 42%;
|
left: 41%;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -2738,8 +2738,8 @@ export default {
|
||||||
width: 0.4rem;
|
width: 0.4rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 55%;
|
top: 48%;
|
||||||
left: 52%;
|
left: 54%;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -2748,8 +2748,8 @@ export default {
|
||||||
width: 0.4rem;
|
width: 0.4rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 40%;
|
top: 28%;
|
||||||
left: 57%;
|
left: 61%;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -2758,8 +2758,8 @@ export default {
|
||||||
width: 0.4rem;
|
width: 0.4rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 32%;
|
top: 20%;
|
||||||
left: 57%;
|
left: 59%;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -2768,8 +2768,8 @@ export default {
|
||||||
width: 0.4rem;
|
width: 0.4rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 24%;
|
top: 10%;
|
||||||
left: 56%;
|
left: 57%;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -2778,8 +2778,8 @@ export default {
|
||||||
width: 0.4rem;
|
width: 0.4rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 17%;
|
top: 5%;
|
||||||
left: 55%;
|
left: 54%;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -2788,8 +2788,8 @@ export default {
|
||||||
width: 0.4rem;
|
width: 0.4rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 12%;
|
top: 0%;
|
||||||
left: 52%;
|
left: 50%;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
@ -476,7 +476,7 @@
|
||||||
<div class="map">
|
<div class="map">
|
||||||
<div class="map1">
|
<div class="map1">
|
||||||
<div class="drag_box8" ref="drag_box8">
|
<div class="drag_box8" ref="drag_box8">
|
||||||
<img class="drag_img" src="../../assets/img/map4.png" alt="" />
|
<img class="drag_img" src="../../assets/img/map4.jpg" alt="" />
|
||||||
<div class="popBox" >
|
<div class="popBox" >
|
||||||
<template>
|
<template>
|
||||||
<div class="pole_item" :style="getTopOrLeft8(8)">
|
<div class="pole_item" :style="getTopOrLeft8(8)">
|
||||||
|
@ -1355,40 +1355,40 @@ export default {
|
||||||
},
|
},
|
||||||
getTopOrLeft8(id){
|
getTopOrLeft8(id){
|
||||||
if(id == 8){
|
if(id == 8){
|
||||||
return 'top:81%;left:29%;z-index:8;'
|
return 'top:79%;left:28%;z-index:8;'
|
||||||
}else if(id == 1){
|
}else if(id == 1){
|
||||||
return 'top:65%;left:39%;z-index:7;'
|
return 'top:62%;left:39%;z-index:7;'
|
||||||
}else if(id == 2){
|
}else if(id == 2){
|
||||||
return 'top:53%;left:49%;z-index:6;'
|
return 'top:48%;left:52%;z-index:6;'
|
||||||
}else if(id == 3){
|
}else if(id == 3){
|
||||||
return 'top:38%;left:55%;z-index:5;'
|
return 'top:24%;left:59%;z-index:5;'
|
||||||
}else if(id == 4){
|
}else if(id == 4){
|
||||||
return 'top:30%;left:55%;z-index:4;'
|
return 'top:16%;left:57%;z-index:4;'
|
||||||
}else if(id == 5){
|
}else if(id == 5){
|
||||||
return 'top:22%;left:54%;z-index:3;'
|
return 'top:6%;left:55%;z-index:3;'
|
||||||
}else if(id == 6){
|
}else if(id == 6){
|
||||||
return 'top:14%;left:52%;z-index:2;'
|
return 'top:1%;left:52%;z-index:2;'
|
||||||
}else if(id == 7){
|
}else if(id == 7){
|
||||||
return 'top:9%;left:50%;z-index:1;'
|
return 'top:-4%;left:48%;z-index:1;'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
getTopOrLeft8_8(id){
|
getTopOrLeft8_8(id){
|
||||||
if(id == 8){
|
if(id == 8){
|
||||||
return 'top:81%;left:29%;transform: translate(54%,0%);'
|
return 'top:79%;left:28%;transform: translate(54%,-50%);'
|
||||||
}else if(id == 1){
|
}else if(id == 1){
|
||||||
return 'top:65%;left:39%;transform: translate(54%,0%);'
|
return 'top:62%;left:39%;transform: translate(54%,-50%);'
|
||||||
}else if(id == 2){
|
}else if(id == 2){
|
||||||
return 'top:53%;left:49%;transform: translate(54%,0%);'
|
return 'top:48%;left:52%;transform: translate(54%,-50%);'
|
||||||
}else if(id == 3){
|
}else if(id == 3){
|
||||||
return 'top:38%;left:55%;transform: translate(54%,0%);'
|
return 'top:24%;left:59%;transform: translate(54%,-50%);'
|
||||||
}else if(id == 4){
|
}else if(id == 4){
|
||||||
return 'top:30%;left:55%;transform: translate(54%,0%);'
|
return 'top:16%;left:57%;transform: translate(54%,0%);'
|
||||||
}else if(id == 5){
|
}else if(id == 5){
|
||||||
return 'top:22%;left:54%;transform: translate(54%,0%);'
|
return 'top:6%;left:55%;transform: translate(54%,0%);'
|
||||||
}else if(id == 6){
|
}else if(id == 6){
|
||||||
return 'top:14%;left:52%;transform: translate(54%,0%);'
|
return 'top:1%;left:52%;transform: translate(54%,0%);'
|
||||||
}else if(id == 7){
|
}else if(id == 7){
|
||||||
return 'top:9%;left:50%;transform: translate(54%,0%);'
|
return 'top:0%;left:48%;transform: translate(54%,0%);'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
getTopOrLeft9(id){
|
getTopOrLeft9(id){
|
||||||
|
|
|
@ -448,7 +448,7 @@
|
||||||
<el-dialog :close-on-click-modal="false" title="提示" top="15vh" :visible.sync="voltModel" width="564px"
|
<el-dialog :close-on-click-modal="false" title="提示" top="15vh" :visible.sync="voltModel" width="564px"
|
||||||
class="vrcode-model manage-model" :append-to-body="true">
|
class="vrcode-model manage-model" :append-to-body="true">
|
||||||
<div class="vrcode-model-title">
|
<div class="vrcode-model-title">
|
||||||
无线传感器调试信息
|
编辑
|
||||||
</div>
|
</div>
|
||||||
<div class="vrcode-content">
|
<div class="vrcode-content">
|
||||||
<div class="manage-left">
|
<div class="manage-left">
|
||||||
|
|
Loading…
Reference in New Issue