From c587fbdad6f75ba05e5440b41be144bd335703aa Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 03 十二月 2020 17:16:29 +0800
Subject: [PATCH] 左侧目录树样式优化

---
 src/pages/cameraAccess/index/App.vue |    2 +-
 src/components/LeftNav.vue           |    2 +-
 src/pages/search/index/App.vue       |    5 ++++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/components/LeftNav.vue b/src/components/LeftNav.vue
index dbf8e0c..055b299 100644
--- a/src/components/LeftNav.vue
+++ b/src/components/LeftNav.vue
@@ -258,7 +258,7 @@
             </div>
 
             <!-- 鏈湴瑙嗛婧愬垪琛� -->
-            <div class="dev-vedio-list">
+            <div class="dev-vedio-list" >
               <!-- 娣诲姞鏂囦欢澶瑰浘鏍� -->
               <div class="tree-edit area-add" v-show="!DataStackPool.readonly">
                 <el-tooltip content="娣诲姞鏂囦欢澶�" placement="bottom" popper-class="atooltip">
diff --git a/src/pages/cameraAccess/index/App.vue b/src/pages/cameraAccess/index/App.vue
index ab129ce..d09a789 100644
--- a/src/pages/cameraAccess/index/App.vue
+++ b/src/pages/cameraAccess/index/App.vue
@@ -98,7 +98,7 @@
   overflow-y: hidden;
 }
 .resize-bar {
-  width: 310px;
+  width: 338px;
   height: inherit;
   resize: horizontal;
   cursor: ew-resize;
diff --git a/src/pages/search/index/App.vue b/src/pages/search/index/App.vue
index 44cca51..9d5ea11 100644
--- a/src/pages/search/index/App.vue
+++ b/src/pages/search/index/App.vue
@@ -54,6 +54,9 @@
 </script>
 
 <style lang="scss" >
+.left-tree-box .local-vedio-area .dev-vedio-list{
+  height: calc(100vh - 130px);
+}
 .left-tree-box .el-tabs--border-card .el-tabs__header{
   display: block!important;
   margin-bottom: 10px;
@@ -93,7 +96,7 @@
   overflow-x: hidden;
 }
 .resize-bar {
-  width: 310px;
+  width: 338px;
   height: inherit;
   resize: horizontal;
   cursor: ew-resize;

--
Gitblit v1.8.0