监控显示名称
parent
4d9ebfcb54
commit
d19d375d5b
|
|
@ -1,6 +1,7 @@
|
||||||
<!-- 海康威视组件 -->
|
<!-- 海康威视组件 -->
|
||||||
<template>
|
<template>
|
||||||
<BasicModal v-bind="$attrs" @register="registerModal" title="视频监控" @cancel="closeMonitor">
|
<BasicModal v-bind="$attrs" @register="registerModal" title="视频监控" @cancel="closeMonitor">
|
||||||
|
<div>{{ monitorInfo ? monitorInfo.name : '' }}</div>
|
||||||
<div id="playWnd" class="playWnd"></div>
|
<div id="playWnd" class="playWnd"></div>
|
||||||
</BasicModal>
|
</BasicModal>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -259,5 +260,6 @@
|
||||||
.playWnd {
|
.playWnd {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 20vh;
|
height: 20vh;
|
||||||
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue