diff --git a/components/table/style/index.less b/components/table/style/index.less index 74611ee9a1..1ed0b0389d 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -388,6 +388,7 @@ position: relative; padding: @table-padding-vertical @table-padding-horizontal; background: @component-background; + border-radius: @border-radius-base; border-bottom: @border-width-base @border-style-base @border-color-split; text-align: center; font-size: @font-size-base;