From 98a6297b10a4b97c3022f84d3ba7908c178d9ee0 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期二, 20 十月 2020 10:30:10 +0800
Subject: [PATCH] 应用中心安装提示bug修复

---
 src/pages/cameraVideo/index/App.vue |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/src/pages/cameraVideo/index/App.vue b/src/pages/cameraVideo/index/App.vue
index c038b7d..c2479d2 100644
--- a/src/pages/cameraVideo/index/App.vue
+++ b/src/pages/cameraVideo/index/App.vue
@@ -43,21 +43,26 @@
 </script>
 
 <style lang="scss" scoped>
+
 .column {
-  height:100%;
+  overflow: hidden;
+  min-width: 1399px;
+  height: 100%;
 }
 .column-left {
-  height: inherit;
   background-color: #fff;
   position: relative;
   float: left;
+  height: 100vh;
+  //height: inherit;
 }
 .column-right {
-  height: 100%;
-  background-color: #fff;
+  height: 100vh;
+  background-color: #eee;
   box-sizing: border-box;
+  //overflow: hidden;
   overflow-x: auto;
-  overflow-y: hidden;
+  overflow-y: auto;
 }
 .resize-save {
   position: absolute;
@@ -84,7 +89,6 @@
   right: 0;
   top: 0;
   bottom: 0;
-  z-index: 100;
   border-right: 2px solid #efefef;
   border-left: 1px solid #e0e0e0;
   pointer-events: none;

--
Gitblit v1.8.0