From bae042b29ffe1d0bc46ba49c5fbc90d20e2ce240 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 6 Mar 2017 16:09:02 +0800 Subject: [PATCH] Fix small table fixed header border, close #5182 --- components/table/style/index.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 7d8b215351..8320df5b5e 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -224,9 +224,6 @@ table { border-bottom: @border-width-base @border-style-base @border-color-split; } - .@{table-prefix-cls}-thead > tr > th { - border-bottom: 0; - } } .@{table-prefix-cls}-row:last-child td {