style: 网元信息页面字段列宽度

This commit is contained in:
TsMask
2024-03-21 15:08:00 +08:00
parent 11e788cb8f
commit 188a108d87

View File

@@ -100,19 +100,19 @@ let tableColumns: ColumnsType = [
title: t('views.configManage.neManage.neName'),
dataIndex: 'neName',
align: 'left',
width: 120,
width: 150,
},
{
title: t('views.configManage.neManage.ip'),
dataIndex: 'ip',
align: 'left',
width: 120,
width: 150,
},
{
title: t('views.configManage.neManage.port'),
dataIndex: 'port',
align: 'left',
width: 50,
width: 100,
},
{
title: t('views.ne.neInfo.state'),