From 45abc1d097c88e3d9d5b4a7a71a2257cab9dd3ba Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 17 九月 2020 16:40:51 +0800
Subject: [PATCH] 可视化左侧树组件替换

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

diff --git a/src/pages/cameraAccess/index/App.vue b/src/pages/cameraAccess/index/App.vue
index f6e5d1b..7997a48 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,10 +72,11 @@
   // height: inherit;
   background-color: #fff;
   position: relative;
+  float: left;
 }
 .column-right {
   position: relative;
-  flex: 1;
+  //flex: 1;
   background-color: #fff;
   box-sizing: border-box;
   overflow-y: hidden;
@@ -90,7 +91,7 @@
   left: 0;
   padding: 14px;
   overflow-x: hidden;
-  overflow-y: hidden;
+  //overflow-y: hidden;
 }
 .resize-bar {
   width: 310px;
@@ -111,7 +112,7 @@
   border-right: 2px solid #efefef;
   border-left: 1px solid #e0e0e0;
   pointer-events: none;
-  cursor: ew-resize;
+  //cursor: ew-resize;
 }
 .resize-bar:hover ~ .resize-line,
 .resize-bar:active ~ .resize-line {

--
Gitblit v1.8.0