From 5c6902379556a6ddb104689e6d4b0191e98f6f60 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Tue, 8 Jan 2019 14:53:27 +0800 Subject: [PATCH] fix #5147, ref #1387 --- src/styles/components/table.less | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/styles/components/table.less b/src/styles/components/table.less index f22727d..8d82937 100644 --- a/src/styles/components/table.less +++ b/src/styles/components/table.less @@ -315,16 +315,18 @@ } &-fixed-header{ overflow: hidden; - &-with-empty{ - .@{table-prefix-cls}-hidden{ - .@{table-prefix-cls}-sort{ - display: none; - } - .@{table-prefix-cls}-cell span{ - display: none; - } - } - } + // 在 #1387 里,添加了下面的代码,但是在 #5147 会出现新的问题。 + // 但是,在新版本里,注释掉后,#1387 的问题并没有再复现,所以注释掉 + //&-with-empty{ + // .@{table-prefix-cls}-hidden{ + // .@{table-prefix-cls}-sort{ + // display: none; + // } + // .@{table-prefix-cls}-cell span{ + // display: none; + // } + // } + //} } &-fixed-body{ overflow: hidden; -- libgit2 0.21.4