Skip to content

Commit

Permalink
refactor: revert shadow container of table summary
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Jul 12, 2021
1 parent 21d249c commit 4a5e4ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/table/style/index.less
Expand Up @@ -169,7 +169,10 @@
position: relative;
z-index: @zindex-table-fixed;
background: @table-bg;
box-shadow: 0 -@border-width-base 0 @table-border-color;

div& {
box-shadow: 0 -@border-width-base 0 @table-border-color;
}

> tr {
> th,
Expand Down

0 comments on commit 4a5e4ac

Please sign in to comment.