From 3f1960f233910faef799449b40f1608e2f5f4ffe Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 8 Sep 2016 21:27:38 +0800 Subject: [PATCH] fix fixed columns align bug in small Table, close #2933 --- components/table/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/table/style/index.less b/components/table/style/index.less index 65676ce311..0abf231847 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -160,6 +160,7 @@ border: 1px solid @border-color-split; border-radius: @border-radius-base; + .@{table-prefix-cls}-header > table, .@{table-prefix-cls}-body > table { border: 0; padding: 0 8px;