refactor: 宽度设置为auto(根据子元素宽度动态变化)

master
dap 9 months ago
parent 6018817906
commit 76108e7b8f

@ -87,7 +87,7 @@ export const columns: VxeGridProps['columns'] = [
slots: { default: 'action' },
title: '操作',
resizable: false,
width: 180,
width: 'auto',
},
];

Loading…
Cancel
Save