Browse Source

fix: ant-table-thead to @{table-prefix-cls}-thead (#23771)

pull/23852/head
tangjinzhou 5 years ago
committed by GitHub
parent
commit
5eee566fff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/table/style/index.less

4
components/table/style/index.less

@ -722,7 +722,7 @@
table {
border-radius: @table-border-radius-base 0 0 0;
}
.ant-table-thead > tr > th:last-child {
.@{table-prefix-cls}-thead > tr > th:last-child {
border-top-right-radius: 0;
}
}
@ -740,7 +740,7 @@
color: transparent;
pointer-events: none;
}
.ant-table-thead > tr > th:first-child {
.@{table-prefix-cls}-thead > tr > th:first-child {
border-top-left-radius: 0;
}
}

Loading…
Cancel
Save