Skip to content

Commit

Permalink
fix(module:table): fix table small sticky style (NG-ZORRO#3849)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored and Ricbet committed Apr 9, 2020
1 parent 0d7aacc commit bb2c018
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/table/style/patch.less
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ nz-table {
background: @component-background;
}
}
> .@{table-prefix-cls}-tbody > tr > td {
&.@{table-td-left-cls}-sticky,
&.@{table-td-right-cls}-sticky {
background: @component-background;
}
}

> .@{table-prefix-cls}-thead > tr > th,
> .@{table-prefix-cls}-tbody > tr > td {
Expand Down

0 comments on commit bb2c018

Please sign in to comment.