diff --git a/components/table/style/index.less b/components/table/style/index.less index 93882abcc2..f8d2d72d94 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -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; }