diff --git a/components/table/style/index.less b/components/table/style/index.less index 5f5cdae391..5d3d342dc1 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -348,6 +348,7 @@ &.@{table-prefix-cls}-empty { .@{table-prefix-cls}-placeholder { + border-top: @border-width-base @border-style-base @border-color-split; border-left: @border-width-base @border-style-base @border-color-split; border-right: @border-width-base @border-style-base @border-color-split; }