Skip to content

Commit

Permalink
fix(comp:table): fix layout tool conflicts (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
winchesHe committed Aug 2, 2022
1 parent 3496d08 commit 07d6719
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/pro/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@
cursor: pointer;
}
}

.@{table-prefix}-container {
.@{pro-table-prefix}-layout-tool-trigger + .@{table-prefix}-content {
table > thead > tr:first-child {
th:last-child {
.@{table-prefix}-sortable-trigger {
margin-right: 12px;
}
}
}
}
}
}

.cdk-resizable {
Expand Down

0 comments on commit 07d6719

Please sign in to comment.