guanqb
2022-12-29 3d030bed21966c86a733008fafbf61b6214acf25
监控展示
1 files modified
38 ■■■■ changed files
src/views/video/region.vue 38 ●●●● patch | view | raw | blame | history
src/views/video/region.vue
@@ -594,6 +594,26 @@
        // },
        rowClick (row) {
            this.isShowVideo = {
                video1: false,
                video2: false,
                video3: false,
                video4: false,
                video5: false,
                video6: false,
                video7: false,
                video8: false
            }
            this.monitor = {
                type1: '',
                type2: '',
                type3: '',
                type4: '',
                type5: '',
                type6: '',
                type7: '',
                type8: ''
            }
            let positionStr = ''
            positionStr = row.positions.slice(11, positionStr.length - 1)
            let positionArr = []
@@ -747,7 +767,6 @@
        },
        enterSelectBox (num) {
            console.log(num, '鼠标移入')
            this.isShowSelect[`video${num}`] = true
        },
@@ -960,23 +979,6 @@
    .video8 {
        left: calc(1160 / 1920 * 100vw);
        top: calc(680 / 1080 * 100vh);
    }
    .video1,
    .video2,
    .video3,
    .video4 {
        .video {
            padding-bottom: 0;
        }
    }
    .video7 .video {
        padding: 1% 0;
    }
    .video8 .video {
        padding: 1% 0 1% 1%;
    }
}
</style>