refactor: 移除stock组件中minWidth的硬编码值
移除表格列配置中的minWidth硬编码值,以便更好地适应动态布局需求。
This commit is contained in:
parent
f8004e5b46
commit
2248916473
@ -91,7 +91,7 @@ export default defineComponent({
|
|||||||
title: $t('entity.action.actions'),
|
title: $t('entity.action.actions'),
|
||||||
sortable: false,
|
sortable: false,
|
||||||
slots: { default: 'active' },
|
slots: { default: 'active' },
|
||||||
minWidth: 60,
|
//minWidth: 60,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user