From 197c424e54c554d41d163ce09e5cde6b3b07a9c3 Mon Sep 17 00:00:00 2001 From: zombieJ Date: Wed, 24 Apr 2019 10:37:29 +0800 Subject: [PATCH] fix small table header have background color (#16266) --- components/table/style/size.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/style/size.less b/components/table/style/size.less index d901966078..15f04c2ef9 100644 --- a/components/table/style/size.less +++ b/components/table/style/size.less @@ -74,7 +74,7 @@ > .@{table-prefix-cls}-tbody > tr > td { padding: @table-padding-vertical-sm @table-padding-horizontal-sm; } - > .@{table-prefix-cls}-thead > tr > th { + > .@{table-prefix-cls}-thead > tr { background-color: transparent; border-bottom: @border-width-base @border-style-base @border-color-split; }