From cf2450e75979a8c83b167c3f1a0cabd0f6eb705b Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 22 Apr 2022 14:58:02 +0800 Subject: [PATCH] fix: small table selection dropdown margin issue (#35173) close #35167 --- components/table/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index abf4bd9079..68ab41591a 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -456,7 +456,7 @@ cursor: pointer; transition: all 0.3s; margin-inline-start: 100%; - padding-inline-start: @padding-xss; + padding-inline-start: @table-padding-horizontal-md / 4; .@{iconfont-css-prefix} { color: @table-header-icon-color;