Skip to content

Commit

Permalink
fix: top border of the table summary row (#31363)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
PeachScript committed Jul 13, 2021
1 parent 5d8e93b commit 972e3c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/table/style/index.less
Expand Up @@ -166,6 +166,8 @@

// =========================== Summary ============================
&-summary {
position: relative;
z-index: @zindex-table-fixed;
background: @table-bg;

div& {
Expand Down

0 comments on commit 972e3c2

Please sign in to comment.