From 817ea18c62e32b2a3394ae1c245f79bc745c5ac2 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期一, 10 八月 2020 17:42:26 +0800 Subject: [PATCH] 实时监控间距调整,统计查询查找此人界面调整 --- src/pages/cameraVideo/index/Video.vue | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) diff --git a/src/pages/cameraVideo/index/Video.vue b/src/pages/cameraVideo/index/Video.vue index 57c0c17..8bc9049 100644 --- a/src/pages/cameraVideo/index/Video.vue +++ b/src/pages/cameraVideo/index/Video.vue @@ -1,5 +1,5 @@ <template> - <div style="height: 100%;"> + <div style="width:100%; height: 100%;"> <div class="monitoring-right" ref="videoRight"> <div class="monitoring-video" ref="monitorVideo"> <div class="monitoring-video-guid"> @@ -29,7 +29,7 @@ </div> <div :class="guid === 1 ? 'video-main-box' : 'video-main-box-side'" - style="width: 100%; height: calc(100% - 52px);" + style="width: 100%; height: calc(100% - 35px);" v-if="visibilityState" > <video-item @@ -186,6 +186,7 @@ }, watch: { "TreeDataPool.videoArr": function (newArry) { + console.log('newArry',newArry) const cameras = this.filterNodes(newArry); this.getActiveIndex(); this.$refs.taskview.showTasks(cameras); @@ -554,20 +555,18 @@ .monitoring-right { width: 100%; height: 100%; - float: right; + min-width: 981px; + //float: right; box-sizing: border-box; padding: 10px; background-color: #e9ebf2; .monitoring-video { width: 70.5%; - //min-width: 800px; min-width: 740px; max-width: 1208px; - height: 75%; + height: 71%; float: left; - padding: 0px, 10px 10px 10px; box-sizing: border-box; - border: 1px solid #e4e7ed; // box-shadow: #e4e7ed 0px 0px 9px inset; border-radius: 5px; .activeItem { @@ -611,10 +610,10 @@ // @media screen and (max-width: 1700px){ // } - width: calc(29.5% - 10px); + //width: calc(29.5% - 10px); + width: calc(34% - 10px); //width: auto; - // width: 23%; - height: 73%; + height: 70.5%; background-color: #fff; float: left; margin: 0px 0px 0px 10px; @@ -627,11 +626,11 @@ .monitoring-photo { width: 100%; - height: calc(25% + 10px); + height: calc(25% + 32px); background-color: #fff; float: left; padding: 10px; - margin-top: -10px; + //margin-top: -10px; box-sizing: border-box; border: 1px solid #e4e7ed; // box-shadow: #e4e7ed 0px 0px 9px inset; -- Gitblit v1.8.0