feat:对接监控大屏

This commit is contained in:
zjc
2025-01-16 16:02:01 +08:00
parent 2a11f91d36
commit 70495d3c95
20 changed files with 336 additions and 237 deletions

View File

@@ -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;