chore: 修改width

This commit is contained in:
dap 2024-12-17 20:00:16 +08:00
parent 13d9b42ca7
commit e09e95c3f5

View File

@ -86,6 +86,6 @@ export const columns: VxeGridProps['columns'] = [
slots: { default: 'action' },
title: '操作',
resizable: false,
width: 280,
width: 200,
},
];