-
+
+
-
+
+
@@ -164,6 +166,18 @@
width: 960px;
//height: 700px;
margin-left: 8px;
+ .video-content{
+ width: 950px;
+ height:600px;
+ text-align: left;
+ padding: 5px;
+ }
+ .footer-button{
+ width: 950px;
+ //height:50px;
+ text-align: center;
+ padding-top:20px;
+ }
}
.ant-carousel :deep(.slick-slide) {
text-align: center;
@@ -199,18 +213,7 @@
.ant-carousel :deep(.slick-dots) {
display: none !important;
}
- .video-content{
- width: 950px;
- height:600px;
- text-align: left;
- padding: 5px;
- }
- .footer-button{
- width: 950px;
- height:50px;
- text-align: center;
- padding-top:20px;
- }
+
}
// .current-video {
// width: 320px;
diff --git a/front/src/views/home/videoSurveillance/index.vue b/front/src/views/home/videoSurveillance/index.vue
index 6128f09d..c6aca93c 100644
--- a/front/src/views/home/videoSurveillance/index.vue
+++ b/front/src/views/home/videoSurveillance/index.vue
@@ -153,7 +153,7 @@ import { ElMessage } from 'element-plus'
},
components: {
TiledMap,
- VideoPlay,
+ VideoPlay
},
created() {},
watch: {
@@ -199,7 +199,7 @@ import { ElMessage } from 'element-plus'
//this.addResourceTomap('videoMap', this.pointAllData);
})
- //摄像头数据上图
+ //所有摄像头数据上图
mybus.off('cameraDataOnMap')
mybus.on('cameraDataOnMap', (data) => {
this.addResourceTomap('videoMap', data)
@@ -738,6 +738,14 @@ import { ElMessage } from 'element-plus'
z-index: 988;
cursor: pointer;
}
+ .input-with-select{
+ width: 2.4rem;
+ svg{
+ position: relative;
+ bottom: 0;
+ right: 0;
+ }
+ }
.icon-poylon {
width: 0.46rem;
bottom: 0.6rem;