From 51f8540633fe9eaa9c2c9b5ff439f2bf9bf9094e Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期二, 04 八月 2020 17:31:09 +0800 Subject: [PATCH] iframe ui调整,GB28181 radio操作修复,应用打开方式调整 --- 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