diff --git a/components/table/style/size.less b/components/table/style/size.less index 15f04c2ef9..1a03d09f9b 100644 --- a/components/table/style/size.less +++ b/components/table/style/size.less @@ -73,9 +73,9 @@ > .@{table-prefix-cls}-thead > tr > th, > .@{table-prefix-cls}-tbody > tr > td { padding: @table-padding-vertical-sm @table-padding-horizontal-sm; + background-color: transparent; } > .@{table-prefix-cls}-thead > tr { - background-color: transparent; border-bottom: @border-width-base @border-style-base @border-color-split; } > .@{table-prefix-cls}-thead > tr > th.@{table-prefix-cls}-column-sort {