Skip to content

Commit 0e00cec

Browse files
committed
perf: 优化操作列隐藏宽度
1 parent 3513446 commit 0e00cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/crud-table/src/CrudTable.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ export default class CrudTable extends Vue {
534534
(this.tableConfig.columns as any).push({
535535
prop: '',
536536
label: '操作',
537-
minWidth: 180,
537+
minWidth: 220,
538538
align: 'center',
539539
headerAlign: 'center',
540540
slotName: 'actionColumn',

0 commit comments

Comments
 (0)