From 4c3e08670a6a98deea9984c7090994e8e47d3339 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期三, 05 八月 2020 10:46:40 +0800
Subject: [PATCH] card 查找此人添加检索页面跳转

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

diff --git a/src/pages/cameraVideo/index/App.vue b/src/pages/cameraVideo/index/App.vue
index 82f3f05..998da23 100644
--- a/src/pages/cameraVideo/index/App.vue
+++ b/src/pages/cameraVideo/index/App.vue
@@ -4,7 +4,7 @@
       <div class="resize-bar"></div>
       <div class="resize-line"></div>
       <div class="resize-save">
-        <left-nav :appName="'Video'" :height="screenHeight - 40"></left-nav>
+        <left-nav :appName="'Camera'" :height="screenHeight - 40"></left-nav>
       </div>
     </div>
     <div class="column-right" :style="`height:${screenHeight}px;`">
@@ -52,8 +52,7 @@
 }
 .column-right {
   height: 100%;
-  padding: 16px;
-  background-color: #eee;
+  background-color: #fff;
   box-sizing: border-box;
   overflow: hidden;
 }
@@ -74,7 +73,7 @@
   opacity: 0;
   overflow: scroll;
   max-width: 500px; //璁惧畾鏈�澶ф媺浼搁暱搴�
-  min-width: 310px; //璁惧畾鏈�灏忓搴�
+  min-width: 33px; //璁惧畾鏈�灏忓搴�
 }
 /* 鎷栨嫿绾� */
 .resize-line {
@@ -82,6 +81,7 @@
   right: 0;
   top: 0;
   bottom: 0;
+  z-index: 100;
   border-right: 2px solid #eee;
   border-left: 1px solid #bbb;
   pointer-events: none;

--
Gitblit v1.8.0