Skip to content

Commit

Permalink
fix(Table): 给个默认背景色,解决在小程序中固定列与滚动内列混合 (jdf2e#2789)
Browse files Browse the repository at this point in the history
* fix: 给个默认背景色,解决在小程序中固定列与滚动内列混合

* fix(Table): 给个默认背景色,解决在小程序中固定列与滚动内列混合
  • Loading branch information
kid-kang authored Nov 28, 2024
1 parent 543ec6d commit a767209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/table/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
&.nut-table-fixed-left,
&.nut-table-fixed-right {
z-index: 4;
background-color: #fff;
}

&:last-child {
Expand Down

0 comments on commit a767209

Please sign in to comment.