From 0c5f3cce7acc02d9b402c3acadad3ed51eef4ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Wed, 8 Jul 2020 14:48:11 +0800 Subject: [PATCH] fix: nested Table cell background (#25498) close #25480 --- components/table/style/index.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 9128c24d9f..a360c700bf 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -130,10 +130,6 @@ margin: -@table-padding-vertical -@table-padding-horizontal -@table-padding-vertical (@table-padding-horizontal + ceil(@font-size-sm * 1.4)); - td { - background: transparent; - } - &-tbody > tr:last-child > td { border-bottom: 0;