style: model file status cell size
This commit is contained in:
@@ -584,7 +584,7 @@ const ModelFiles = () => {
|
|||||||
{
|
{
|
||||||
title: intl.formatMessage({ id: 'common.table.status' }),
|
title: intl.formatMessage({ id: 'common.table.status' }),
|
||||||
dataIndex: 'state',
|
dataIndex: 'state',
|
||||||
width: 120,
|
width: 132,
|
||||||
render: (text: string, record: ListItem) => {
|
render: (text: string, record: ListItem) => {
|
||||||
return <InstanceStatusTag data={record} />;
|
return <InstanceStatusTag data={record} />;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user