Skip to content

Commit

Permalink
fix: 🐛调整第一列可以拖动大小
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjone committed Apr 29, 2023
1 parent a8fcfc0 commit 35dd5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/TableHeaderTh.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:class="[
'xg-table-header-cell',
{
'cell-resizable': !props.column.isLast && index !== 0
'cell-resizable': !props.column.isLast
}
]"
:style="{ ...$styleBox.getBorderColor() }"
Expand Down

0 comments on commit 35dd5f4

Please sign in to comment.