fix: table-prefix-cls is not work in class 'ant-table-thead' (#2166)

pull/2184/head
Jerik Chan 2020-04-30 10:52:53 +08:00 committed by GitHub
parent ed528e68b7
commit 0d84ed1534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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