From d259bd9cf2943926d1c8078ee0ce70a0aa1afef3 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 06 八月 2020 09:58:38 +0800 Subject: [PATCH] 实时监控/摄像机配置/数据栈配置布局调整,应用窗口调整,算法管理更换为应用中心 --- src/pages/cameraAccess/index/VideoManage.vue | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/pages/cameraAccess/index/VideoManage.vue b/src/pages/cameraAccess/index/VideoManage.vue index b06836b..c388bb9 100644 --- a/src/pages/cameraAccess/index/VideoManage.vue +++ b/src/pages/cameraAccess/index/VideoManage.vue @@ -1,6 +1,6 @@ <template> <div class="s-video-manage"> - <el-tabs v-model="activeName" type="border-card" @tab-click="handleClick"> + <el-tabs class="video-tab" v-model="activeName" type="border-card" @tab-click="handleClick"> <el-tab-pane :label="firstLabeName" name="camera-info" @@ -231,8 +231,6 @@ height: 100%; float: right; box-sizing: border-box; - padding: 16px; - background-color: #e9ebf2; .el-tabs--border-card { box-shadow: none; -webkit-box-shadow: none; @@ -249,9 +247,16 @@ .el-tabs--border-card { height: 100%; width: 100%; + &.video-tab{ + &>.el-tabs__header{ + position: fixed; + top:0; + width:100%; + z-index:9; + } + } .el-tabs__header { - position: fixed; - top: 16px; + .is-active { color: #3d68e1 !important; } -- Gitblit v1.8.0