From e3f7e012667b85de97a98dc6d9ab0333a67e3ec1 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 29 Dec 2018 17:34:34 +0800 Subject: [PATCH] :bug: Fix Table custom title is not reachable close #13984 --- components/table/style/index.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/table/style/index.less b/components/table/style/index.less index 5f5cdae391..37263eb0b3 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -152,6 +152,9 @@ } .@{table-prefix-cls}-column-sorters { + > *:not(.@{table-prefix-cls}-column-sorter) { + position: relative; + } &:before { position: absolute; content: '';