From 83c379bff0a39dd86ab6fb145c40b22f74978780 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期三, 30 十二月 2020 17:21:24 +0800
Subject: [PATCH] 轨迹图添加时间快捷设置

---
 src/pages/search/index/App.vue |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/pages/search/index/App.vue b/src/pages/search/index/App.vue
index 238f4fd..9d5ea11 100644
--- a/src/pages/search/index/App.vue
+++ b/src/pages/search/index/App.vue
@@ -53,7 +53,14 @@
 };
 </script>
 
-<style lang="scss" scoped>
+<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;
+}
 .column {
   overflow: hidden;
   min-width: 1399px;
@@ -89,14 +96,14 @@
   overflow-x: hidden;
 }
 .resize-bar {
-  width: 310px;
+  width: 338px;
   height: inherit;
   resize: horizontal;
   cursor: ew-resize;
   opacity: 0;
   overflow: scroll;
   max-width: 500px; //璁惧畾鏈�澶ф媺浼搁暱搴�
-  min-width: 310px; //璁惧畾鏈�灏忓搴�
+  min-width: 33px; //璁惧畾鏈�灏忓搴�
 }
 /* 鎷栨嫿绾� */
 .resize-line {
@@ -104,8 +111,8 @@
   right: 0;
   top: 0;
   bottom: 0;
-  border-right: 2px solid #eee;
-  border-left: 1px solid #bbb;
+  border-right: 2px solid #efefef;
+  border-left: 1px solid #e0e0e0;
   pointer-events: none;
 }
 .resize-bar:hover ~ .resize-line,

--
Gitblit v1.8.0