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