From a9076945a9256b057c3463e736157470a6c3988f Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 16 Mar 2016 14:59:48 +0800 Subject: [PATCH] fix table bordered style --- style/components/table.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/components/table.less b/style/components/table.less index 0fd4e780f6..f108ee110f 100644 --- a/style/components/table.less +++ b/style/components/table.less @@ -194,7 +194,7 @@ border-bottom: 1px solid @border-color-split; } - tr:last-child { + tbody tr:last-child { th, td { border-bottom: 0;