Skip to content

Commit

Permalink
style(projects): fit table column width of checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 13, 2024
1 parent 49c572b commit ebcfbe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/common/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export function useTableOperate<T extends TableData = TableData>(data: Ref<T[]>,

const rowSelection = computed<TableRowSelection<T>>(() => {
return {
columnWidth: 48,
type: 'checkbox',
selectedRowKeys: checkedRowKeys.value,
onChange: onSelectChange
Expand Down

0 comments on commit ebcfbe1

Please sign in to comment.