From bf6e91be3a683e996e3d4f66624baf7de9764e69 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 3 Apr 2018 11:33:37 +0800 Subject: [PATCH] Tweak table sorter icon click area again --- components/table/style/index.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/table/style/index.less b/components/table/style/index.less index 26e76318ef..96b2e41da7 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -271,6 +271,15 @@ line-height: 4px; height: 4px; transition: all .3s; + position: relative; + } + + &-down { + margin-top: 1.5px; + } + + .@{iconfont-css-prefix}-caret-down { + top: -1.5px; } }