From 037a9dc1652571cdded798a149fd67d24aa8ae5e Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 18 九月 2020 10:37:33 +0800
Subject: [PATCH] 摄像机配置布局恢复

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

diff --git a/src/pages/cameraAccess/index/App.vue b/src/pages/cameraAccess/index/App.vue
index 7997a48..fbe41cb 100644
--- a/src/pages/cameraAccess/index/App.vue
+++ b/src/pages/cameraAccess/index/App.vue
@@ -61,7 +61,7 @@
 <style lang="scss" scoped>
 .column {
   overflow-y: hidden;
-  //display: flex;
+  display: flex;
   width: 100%;
   height: 100%;
 }
@@ -72,11 +72,11 @@
   // height: inherit;
   background-color: #fff;
   position: relative;
-  float: left;
+  //float: left;
 }
 .column-right {
   position: relative;
-  //flex: 1;
+  flex: 1;
   background-color: #fff;
   box-sizing: border-box;
   overflow-y: hidden;
@@ -91,7 +91,7 @@
   left: 0;
   padding: 14px;
   overflow-x: hidden;
-  //overflow-y: hidden;
+  overflow-y: hidden;
 }
 .resize-bar {
   width: 310px;

--
Gitblit v1.8.0