@import '../../../node_modules/antd/es/table/style/index.less';
@import '../../../node_modules/antd/es/checkbox/style/index.less';
@import '../../../node_modules/antd/es/pagination/style/index.less';
@import '../../../node_modules/antd/es/select/style/index.less';
@import '../../../node_modules/antd/es/spin/style/index.less';
@import '../../../node_modules/antd/es/button/style/index.less';
@import '../../../node_modules/antd/es/dropdown/style/index.less';
@import '../../../node_modules/antd/es/empty/style/index.less';
@import '../../../node_modules/antd/es/input/style/index.less';
@import '../../../node_modules/antd/es/radio/style/index.less';
@import '../../../node_modules/antd/es/tooltip/style/index.less';
@import '../../../node_modules/antd/es/tree/style/index.less';

@import '../../style/default.less';

@table-prefix-cls: ~'@{ant-prefix}-table';

.@{table-prefix-cls} {
  color: #555;
  & colgroup > &-selection-col {
    width: 32px!important;
  }
  &-thead {
    tr {
      th {
        font-weight: 600;
        border-bottom: @border-width-base @border-style-base @table-thead-border-color;
      }
    }
  }
}