Skip to content

Commit

Permalink
fix(comp:table): align not work with selectable (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed Dec 6, 2022
1 parent bf03db5 commit be9e814
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/components/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,18 @@
&-cell-align {
&-center {
text-align: center;

.@{table-prefix}-cell-triggers {
justify-content: center;
}
}

&-end {
text-align: end;

.@{table-prefix}-cell-triggers {
justify-content: end;
}
}
}

Expand Down

0 comments on commit be9e814

Please sign in to comment.