@import "../../style/mixins/index";
.x-table {
  &:focus {
    outline: none;
  }
  .vxe-footer--row{
    background-color: $table-header-background-color;
  }
  /*与el-checkbox的边框保持一致*/
  .vxe-cell--checkbox {
    .vxe-checkbox--icon {
      &::before{
        border-width: 1px;
      }
    }
  }
  /*.vxe-table--header {
    .vxe-header--row:not(:only-of-type) {
      .vxe-header--column {
        padding: 1px 0;
      }
    }
  }*/
}
