fix: benchmark detail envs gpus list

This commit is contained in:
jialin
2026-02-11 16:50:49 +08:00
parent 289a651d52
commit 228cd4e664
2 changed files with 80 additions and 42 deletions
@@ -43,7 +43,7 @@ const useBenchmarkColumns = (params: {
</Typography.Text>
),
dataIndex: 'operations',
width: 100,
width: 140,
render: (value: string, record: ListItem) => (
<RowActions record={record} handleSelect={handleSelect}></RowActions>
)