feat:对接监控大屏
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
() => modelValue.value,
|
||||
(val) => {
|
||||
if (val) {
|
||||
nextTick(() => {
|
||||
setTimeout(() => {
|
||||
init()
|
||||
})
|
||||
}, 1000)
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -50,16 +50,16 @@
|
||||
.dialog {
|
||||
z-index: 9999;
|
||||
:deep(.el-dialog) {
|
||||
width: vw(2540);
|
||||
height: vh(900);
|
||||
width: vw(1600);
|
||||
height: vw(900);
|
||||
padding: 0;
|
||||
}
|
||||
:deep(.el-dialog__header) {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
.video {
|
||||
width: vw(2540);
|
||||
height: vh(900);
|
||||
width: vw(1600);
|
||||
height: vw(900);
|
||||
}
|
||||
.close {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user