🐛 fix small table header border issue

close #20030
close #18762
This commit is contained in:
afc163 2019-12-02 18:04:38 +08:00
parent cba968f9dc
commit 6096f6e281
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -127,7 +127,7 @@
"rc-slider": "~8.7.1",
"rc-steps": "~3.5.0",
"rc-switch": "~1.9.0",
"rc-table": "~6.9.4",
"rc-table": "~6.10.4",
"rc-tabs": "~9.7.0",
"rc-time-picker": "~3.7.1",
"rc-tooltip": "~3.7.3",