From 9e58e56e764b352d003878083b6082617244591e Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 9 Oct 2018 18:24:02 +0800 Subject: [PATCH] tweak sorter icon position --- components/table/style/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 6acfc38fc3c9..b17f0a502482 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -71,8 +71,8 @@ right: 6px; top: 50%; width: 14px; - height: @font-size-lg; - margin-top: -@font-size-lg / 2; + height: @font-size-lg + 1px; + margin-top: -(@font-size-lg + 1px) / 2; text-align: center; color: @table-header-icon-color; transition: all .3s;