Skip to content

Commit a767209

Browse files
authored
fix(Table): 给个默认背景色,解决在小程序中固定列与滚动内列混合 (jdf2e#2789)
* fix: 给个默认背景色,解决在小程序中固定列与滚动内列混合 * fix(Table): 给个默认背景色,解决在小程序中固定列与滚动内列混合
1 parent 543ec6d commit a767209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/table/table.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
&.nut-table-fixed-left,
7575
&.nut-table-fixed-right {
7676
z-index: 4;
77+
background-color: #fff;
7778
}
7879

7980
&:last-child {

0 commit comments

Comments
 (0)