@import './var.scss';

.et-table {
  &__tag {
    margin: 0 5px 5px 0;
  }

  &__ctrl.el-link {
    font-size: 13px;
    padding: 0 5px;
    //border-left: 1px solid #e4e7ed;

    &:first-child {
      padding-left: 0;
      border-left: none;
    }
  }

  &__pagination {
    text-align: right;

    .et-pagination {
      padding: 16px;
    }
  }

  .el-table thead th {
    background-color: $--background-color-base;
  }
}
