🐛 Fix small table headers missing border

close #18762
This commit is contained in:
afc163 2019-09-16 14:01:29 +08:00
parent fc81c1330c
commit b935db8e34

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;
}