style: UE终端表格优化

This commit is contained in:
TsMask
2023-11-30 16:45:55 +08:00
parent f2d5379506
commit 805785ccb7
7 changed files with 92 additions and 57 deletions

View File

@@ -69,26 +69,25 @@ let tableColumns: ColumnsType = [
{
title: 'NodeB ID',
dataIndex: 'id',
align: 'left',
width: 150,
align: 'center',
width: 100,
},
{
title: 'UE Number',
dataIndex: 'ueNum',
align: 'left',
width: 150,
align: 'center',
width: 100,
},
{
title: 'NodeB Name',
dataIndex: 'name',
align: 'left',
align: 'center',
width: 150,
},
{
title: 'NodeB Address',
dataIndex: 'address',
align: 'left',
minWidth: 150,
},
];