feat:更换导览图片
parent
1a88c53925
commit
f9eca566da
Binary file not shown.
After Width: | Height: | Size: 111 KiB |
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
|
@ -48,7 +48,8 @@
|
|||
<i class="el-icon-right"></i>
|
||||
<span>{{item.to}}</span>
|
||||
</div>
|
||||
<img src="~@/assets/img/view/view.png" alt="">
|
||||
<img v-if="i === 0" src="~@/assets/img/view/r1.png" alt="">
|
||||
<img v-else src="~@/assets/img/view/r2.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<div class="overview-container">
|
||||
|
||||
<MapComponent id="map" @onLoaded="getMap" @onHandleChange="handleChange"></MapComponent>
|
||||
|
||||
<div class="bg-box left animate__animated">
|
||||
<div class="panel-container">
|
||||
<!-- 首页-->
|
||||
|
@ -58,13 +57,12 @@
|
|||
</div>
|
||||
<div class="exitFullScreen" :style="{top:!hideAllPanel?'-90px':0}">
|
||||
<div class="top-btn" @click="toggleAllPanel">
|
||||
<i class="el-icon-close">退出自由导览</i>
|
||||
<i class="el-icon-close">退出导览</i>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div :style="{right:!hideAllPanel?'-90px':0}" class="right-control">
|
||||
<div @click="playAction('pause')" class="play-btn"><i class="el-icon-video-pause"></i><span>暂停</span></div>
|
||||
<div @click="playAction('resume')" class="play-btn"><i class="el-icon-video-play"></i><span>继续</span></div>
|
||||
<div v-show="showPlay" @click="playAction('pause')" class="play-btn"><i class="el-icon-video-pause"></i><span>暂停</span></div>
|
||||
<div v-show="showPlay" @click="playAction('resume')" class="play-btn"><i class="el-icon-video-play"></i><span>继续</span></div>
|
||||
</div>
|
||||
|
||||
<!-- 大号弹窗组件-->
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
#map {
|
||||
width: 100%;
|
||||
|
@ -410,6 +410,13 @@
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
div.overview-container{
|
||||
div.none{
|
||||
.panel-container{
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue