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/VideoManage.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pages/cameraAccess/index/VideoManage.vue b/src/pages/cameraAccess/index/VideoManage.vue index 09eb5c2..b06836b 100644 --- a/src/pages/cameraAccess/index/VideoManage.vue +++ b/src/pages/cameraAccess/index/VideoManage.vue @@ -250,6 +250,8 @@ height: 100%; width: 100%; .el-tabs__header { + position: fixed; + top: 16px; .is-active { color: #3d68e1 !important; } @@ -278,9 +280,10 @@ } .el-tabs__content { width: 100%; - height: calc(100% - 52px); + margin-top: 52px; + //height: calc(100% - 52px); box-sizing: border-box; - padding: 13px 38px; + padding: 13px 0; } .el-tab-pane { width: 100%; -- Gitblit v1.8.0