refactor: 移除stock组件中minWidth的硬编码值

移除表格列配置中的minWidth硬编码值,以便更好地适应动态布局需求。
This commit is contained in:
user 2025-03-27 07:49:59 +08:00
parent f8004e5b46
commit 2248916473

View File

@ -91,7 +91,7 @@ export default defineComponent({
title: $t('entity.action.actions'),
sortable: false,
slots: { default: 'active' },
minWidth: 60,
//minWidth: 60,
},
];