类型:开发
描述:
This commit is contained in:
@@ -43,16 +43,16 @@
|
||||
@click.stop="handleItem(item, index)"
|
||||
>
|
||||
<div style="justify-content: center;" class="child-box new-item">
|
||||
<p class="item__label"
|
||||
<p class="item__label"
|
||||
style="justify-content: flex-start;">
|
||||
{{ item.licenseNumber }}
|
||||
<img
|
||||
v-if="item.hasVideo==1"
|
||||
@click.stop="handleMonitor(item)"
|
||||
class="item__map_video"
|
||||
v-if="item.hasVideo==1"
|
||||
@click.stop="handleMonitor(item)"
|
||||
class="item__map_video"
|
||||
src="@/assets/images/jk-ico-2.png" alt="">
|
||||
</p>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="new-item">
|
||||
<span v-if="item.type == 0" class="label_img">
|
||||
@@ -85,11 +85,10 @@
|
||||
<div id="big-car-ship" class="big-car-ship" />
|
||||
</div>
|
||||
<!-- </el-dialog> -->
|
||||
|
||||
<el-dialog :title="'车辆监控'+gpsLicenseNumber" center v-model="dialogTableVisible2">
|
||||
|
||||
<el-dialog :title="'车辆监控·'+gpsLicenseNumber" center v-model="dialogTableVisible2">
|
||||
<div class="bom-box bom-box2">
|
||||
<div class="table2">
|
||||
<!-- <div class="header-title">三峡之巅广播</div> -->
|
||||
<iframe style="width:100%;height:100%;" :src="gpsMonitorSrc"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
@@ -109,7 +108,7 @@
|
||||
import shipIcon from '@/assets/images/ship.png'
|
||||
import shipStopIcon from '@/assets/images/ship-stop.png'
|
||||
import shipOfflineIcon from '@/assets/images/ship-offline.png'
|
||||
|
||||
|
||||
import mapVideoIcon from '@/assets/images/map-video.png'
|
||||
import icon13 from '@/assets/images/icon-13.png'
|
||||
import icon14 from '@/assets/images/icon-14.png'
|
||||
@@ -134,7 +133,7 @@ import PubSub from 'pubsub-js'
|
||||
{id:2,text:'三峡之巅',scenicSpotId:'root00000000'},
|
||||
{id:3,text:'直通车',scenicSpotId:'奉节县'}
|
||||
])
|
||||
|
||||
|
||||
let tabsListIndex = ref(0)
|
||||
const handleTabsList = (item)=>{
|
||||
scenicSpotId.value = item.scenicSpotId
|
||||
@@ -478,7 +477,7 @@ import PubSub from 'pubsub-js'
|
||||
:deep(.el-dialog__title) {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
|
||||
|
||||
}
|
||||
</style>
|
||||
<style lang="scss">
|
||||
@@ -526,7 +525,7 @@ import PubSub from 'pubsub-js'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
.coll-box{
|
||||
width:100% !important;
|
||||
@@ -717,7 +716,7 @@ import PubSub from 'pubsub-js'
|
||||
:deep(.anchorBL) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.dialog {
|
||||
width: vw(3170);
|
||||
padding: vw(8);
|
||||
|
||||
Reference in New Issue
Block a user