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,7 +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 {
      .is-active {
        color: #3d68e1 !important;
      }
@@ -278,9 +285,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%;