polestar-ui-kit
Version:
## Install
29 lines (26 loc) • 765 B
text/less
@import '~antd/lib/table/style/index';
@import '~antd/lib/pagination/style/index';
@import '../../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;
div {
border-right: @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;
}
}