Merge pull request #18821 from ant-design/fix-table-border-style

fix: small table headers missing border
This commit is contained in:
信鑫-King 2019-09-16 22:31:40 -04:00 committed by GitHub
commit 81e6f509aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@
border-left: 0;
}
.@{table-prefix-cls}-thead > tr > th:last-child,
.@{table-prefix-cls}-thead > tr:only-child > th:last-child,
.@{table-prefix-cls}-tbody > tr > td:last-child {
border-right: none;
}