Skip to content

Commit

Permalink
fix(module:table): fix table small sticky style (#3849)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored Jul 23, 2019
1 parent 0b27681 commit c4de8ff
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 c4de8ff

Please sign in to comment.