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/cameraAccess/index/App.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/pages/cameraAccess/index/App.vue b/src/pages/cameraAccess/index/App.vue
index 07c77bb..ed18d33 100644
--- a/src/pages/cameraAccess/index/App.vue
+++ b/src/pages/cameraAccess/index/App.vue
@@ -63,10 +63,9 @@
 }
 .column-right {
   height: 100%;
-  padding: 16px;
-  background-color: #eee;
+  background-color: #fff;
   box-sizing: border-box;
-  overflow: hidden;
+  overflow: auto;
 }
 .resize-save {
   position: absolute;

--
Gitblit v1.8.0