@use 'mixins/mixins' as *;
@use 'common/var' as *;

.el-base-tabs {
  width: 100%;
  border-bottom: none;
  border-left: none;
  border-right: none;
  .el-tabs__header {
    margin: 0px;
    background: #fff;
  }
  .el-tabs__item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .el-tabs__nav-wrap::after {
    content: none;
  }
  .el-tabs__item {
    background: #e6f2fe;
    margin-right: 3px;
    border-radius: 6px 6px 0 0;
    color: #409eff;
  }
  .el-tabs__item.is-active,
  .el-tabs__item:hover {
    background: #409eff;
    color: #ffffff;
  }
}

.el-tabs-Line {
  height: 100%;
  .el-tabs__header {
    margin-bottom: 0px;
  }
  .el-tabs-Line-pane {
    height: calc(100% - 42px);
  }
}
