🐛 Fix missing border top of empty Table without header

close #14834
This commit is contained in:
afc163 2019-02-14 17:47:20 +08:00
parent bf2a240ba7
commit a287f1bcb8
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -268,6 +268,12 @@
border-radius: 0;
}
// https://github.com/ant-design/ant-design/issues/14834
&-without-column-header&-bordered&-empty &-placeholder {
border-top: 1px solid @border-color-split;
border-radius: @border-radius-base;
}
&-tbody > tr.@{table-prefix-cls}-row-selected td {
background: @table-selected-row-bg;
}