From f35be1c7fbfc3b121ac68e88629a500af0b1a782 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期二, 04 八月 2020 20:58:00 +0800
Subject: [PATCH] 应用入口操作相关交互更新

---
 src/pages/cameraVideo/index/App.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/pages/cameraVideo/index/App.vue b/src/pages/cameraVideo/index/App.vue
index 609db2c..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;
 }

--
Gitblit v1.8.0