refactor: 宽度设置为auto(根据子元素宽度动态变化)
This commit is contained in:
parent
6018817906
commit
76108e7b8f
@ -87,7 +87,7 @@ export const columns: VxeGridProps['columns'] = [
|
||||
slots: { default: 'action' },
|
||||
title: '操作',
|
||||
resizable: false,
|
||||
width: 180,
|
||||
width: 'auto',
|
||||
},
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user