Skip to content

Commit

Permalink
perf: 优化操作列隐藏宽度
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Jan 12, 2021
1 parent 3513446 commit 0e00cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/crud-table/src/CrudTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ export default class CrudTable extends Vue {
(this.tableConfig.columns as any).push({
prop: '',
label: '操作',
minWidth: 180,
minWidth: 220,
align: 'center',
headerAlign: 'center',
slotName: 'actionColumn',
Expand Down

0 comments on commit 0e00cec

Please sign in to comment.