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;
      }