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

This commit is contained in:
dap 2025-04-12 10:31:43 +08:00
parent 6018817906
commit 76108e7b8f

View File

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