From 3e4e89d432e7f6b996bbddcda1c318f0805d33e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Tue, 25 May 2021 15:15:19 +0800 Subject: [PATCH] fix: Summary border missing (#30666) --- components/table/style/bordered.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/table/style/bordered.less b/components/table/style/bordered.less index 6647cdbf43..814560304a 100644 --- a/components/table/style/bordered.less +++ b/components/table/style/bordered.less @@ -18,7 +18,8 @@ > .@{table-prefix-cls}-content, > .@{table-prefix-cls}-header, - > .@{table-prefix-cls}-body { + > .@{table-prefix-cls}-body, + > .@{table-prefix-cls}-summary { > table { // ============================= Cell ============================= > thead > tr > th,