We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed528e6 commit 0d84ed1Copy full SHA for 0d84ed1
components/table/style/index.less
@@ -722,7 +722,7 @@
722
table {
723
border-radius: @table-border-radius-base 0 0 0;
724
}
725
- .ant-table-thead > tr > th:last-child {
+ .@{table-prefix-cls}-thead > tr > th:last-child {
726
border-top-right-radius: 0;
727
728
@@ -740,7 +740,7 @@
740
color: transparent;
741
pointer-events: none;
742
743
- .ant-table-thead > tr > th:first-child {
+ .@{table-prefix-cls}-thead > tr > th:first-child {
744
border-top-left-radius: 0;
745
746
0 commit comments