From 494c55df301bea449d8a99f7e82bb247d68c2d92 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 11 Apr 2022 13:07:48 +0800 Subject: [PATCH] fix: small size of Table style problem (#34963) close #34949 --- components/table/style/size.less | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/components/table/style/size.less b/components/table/style/size.less index c80680a7cb..f05d269866 100644 --- a/components/table/style/size.less +++ b/components/table/style/size.less @@ -44,13 +44,3 @@ // = Small = // ================================================================ .table-size(~'small', @table-padding-vertical-sm, @table-padding-horizontal-sm, @table-font-size-sm); - -.@{table-prefix-cls}-small { - .@{table-prefix-cls}-thead > tr > th { - background-color: @table-header-bg-sm; - } - .@{table-prefix-cls}-selection-column { - width: 46px; - min-width: 46px; - } -}