<div class="right-tabbox-newnotice">
    <el-tabs v-model="activeName" @tab-click="handleClick">
        <el-tab-pane label="通知" name="first">
            
            
        </el-tab-pane>
        
    </el-tabs>
</div>

  .right-tabbox-newnotice /deep/.el-tabs__nav-wrap::after {
      position: static !important;
  }

或者
.right-tabbox-newnotice >>>.el-tabs__nav-wrap::after {
      position: static !important;
  }

相关文章:

  • 2022-12-23
  • 2021-04-20
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2022-01-18
猜你喜欢
  • 2022-02-15
  • 2022-12-23
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2022-12-23
相关资源
相似解决方案