diff --git a/components/table/style/index.less b/components/table/style/index.less index b17f0a5024..e04140234e 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -136,6 +136,14 @@ } } } + + &.@{table-prefix-cls}-align-right { + padding-right: 30px; + + &.@{table-prefix-cls}-column-has-sorters.@{table-prefix-cls}-column-has-filters { + padding-right: 54px; + } + } } .@{table-prefix-cls}-column-sorters {