修改接口

master
夜笙歌 9 months ago
parent 731a93df60
commit 313129e447

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

@ -8,6 +8,7 @@
<div class="time" id="time">{{ time }}</div>
<div class="date" id="date">{{ date }}</div>
<div class="logo"></div>
<div class="currentPosition"><span>当前位置</span></div>
<div class="tool">
<el-row>
<el-col :span="5">
@ -928,6 +929,26 @@ export default {
top: 1%;
left: 1%;
}
.currentPosition{
background-image: url("../../assets/model/model/currentPosition.png");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 4vw;
height: 4vw;
position: absolute;
top: 47%;
left: 13%;
transform: translate(-50%,-100%);
span{
position: absolute;
top: 18%;
left: 50%;
transform: translate(-50%,-50%);
color:#fff;
font-size: 0.7vw;
white-space: nowrap;
}
}
.time, .date {
position: absolute;

Loading…
Cancel
Save