@import '~antd/lib/table/style/index';
@import '~antd/lib/pagination/style/index';

@import '../../themes/default/index';
@import '../../mixins/index';

.@{table-prefix-cls} {
    &-thead > tr > th {
        // text-align: center;
        border-top: @border-width-base @border-style-base @gray-3;
        border-bottom: @border-width-base @border-style-base @gray-3;
    }
    &-thead > tr:first-child > th {
        &:first-child {
            border-top-left-radius: unset;
        }
        &:last-child {
            border-top-right-radius: unset;
        }
    }
    &-thead > tr > th,
    &-tbody > tr > td {
        padding: 4px 10px;
    }
}
