From f77dad86de37e5ab0df6a6ce43f21e1ab408d389 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期六, 08 八月 2020 11:23:39 +0800
Subject: [PATCH] 调整布局

---
 src/pages/cameraAccess/index/App.vue |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/pages/cameraAccess/index/App.vue b/src/pages/cameraAccess/index/App.vue
index 5e0faaf..d320c13 100644
--- a/src/pages/cameraAccess/index/App.vue
+++ b/src/pages/cameraAccess/index/App.vue
@@ -44,7 +44,7 @@
       })();
     };
     debugger
-    this.leftWith = this.$refs['left'].width;
+    this.leftWith = this.$refs['left'].offsetWidth;
   },
   methods: {
     getUrlKey() {
@@ -57,9 +57,10 @@
 
 <style lang="scss" scoped>
 .column {
-  //overflow: hidden;
+  overflow-y: hidden;
   display: flex;
   width: 100%;
+  height: 100%;
 }
 .column-left {
   height: inherit;
@@ -67,13 +68,14 @@
   position: relative;
 }
 .column-right {
-  min-width: 1442px;
-  flex:1;
   position: relative;
+  flex:1;
   background-color: #fff;
   box-sizing: border-box;
-  overflow: auto;
-  //height: 100%;
+  overflow-y: hidden;
+  
+  height: 100%;
+  min-width: 1433px;
 }
 .resize-save {
   position: absolute;

--
Gitblit v1.8.0