Skip to content

Commit

Permalink
fix(comp:table): bordered not work with spin (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm authored Aug 17, 2022
1 parent e4ae522 commit 924c5bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/table/style/border.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@table-border: @table-border-width @table-border-style @table-border-color;

.@{table-prefix}:not(.@{table-prefix}-borderless) {
.@{table-prefix}:not(.@{table-prefix}-borderless),
.@{table-prefix}:not(.@{table-prefix}-borderless) > .@{spin-prefix} > .@{spin-prefix}-container {
> .@{header-prefix} {
border: @table-border;
border-bottom: 0;
Expand Down

0 comments on commit 924c5bf

Please sign in to comment.