mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 01:13:58 +08:00
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
This commit is contained in:
parent
5d8e93b6c1
commit
972e3c2edd
@ -166,6 +166,8 @@
|
||||
|
||||
// =========================== Summary ============================
|
||||
&-summary {
|
||||
position: relative;
|
||||
z-index: @zindex-table-fixed;
|
||||
background: @table-bg;
|
||||
|
||||
div& {
|
||||
|
Loading…
Reference in New Issue
Block a user