From 972e3c2edd5a442733b36cde220bb096fb9a41f0 Mon Sep 17 00:00:00 2001 From: Peach Date: Tue, 13 Jul 2021 11:47:30 +0800 Subject: [PATCH] fix: top border of the table summary row (#31363) * fix: top border of the table summary row (#31337) * refactor: return to use container box-shadow for summary * refactor: revert shadow container of table summary --- components/table/style/index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/table/style/index.less b/components/table/style/index.less index 42d8f0f9f7..942b9bc5e8 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -166,6 +166,8 @@ // =========================== Summary ============================ &-summary { + position: relative; + z-index: @zindex-table-fixed; background: @table-bg; div& {