From 51f8540633fe9eaa9c2c9b5ff439f2bf9bf9094e Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期二, 04 八月 2020 17:31:09 +0800 Subject: [PATCH] iframe ui调整,GB28181 radio操作修复,应用打开方式调整 --- src/pages/cameraVideo/index/Video.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/pages/cameraVideo/index/Video.vue b/src/pages/cameraVideo/index/Video.vue index 278fa15..32cd6ca 100644 --- a/src/pages/cameraVideo/index/Video.vue +++ b/src/pages/cameraVideo/index/Video.vue @@ -147,7 +147,6 @@ }, created() { console.log("befor created") - debugger // this.TreeDataPool.clean(); // this.TreeDataPool.fetchTreeData(); // this.guid = sessionStorage.guid ? Number(sessionStorage.guid) : this.guid; @@ -559,7 +558,7 @@ float: right; box-sizing: border-box; padding: 10px; - background-color: #e9ebf2; + background-color: #fff; .monitoring-video { width: 70.5%; //min-width: 800px; @@ -567,9 +566,7 @@ max-width: 1208px; height: 75%; 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 { -- Gitblit v1.8.0