diff --git a/components/table/style/size.less b/components/table/style/size.less index f05d269866..b64d3bb710 100644 --- a/components/table/style/size.less +++ b/components/table/style/size.less @@ -32,6 +32,11 @@ } } } + + // https://github.com/ant-design/ant-design/issues/35167 + .@{table-prefix-cls}-selection-column { + padding-inline-start: @padding-horizontal / 4; + } } }