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

@@ -86,21 +86,21 @@ let tableColumns: ColumnsType = [
{
title: 'IMSI',
dataIndex: 'imsi',
align: 'left',
align: 'center',
sorter: true,
width: 150,
},
{
title: 'AMF',
dataIndex: 'amf',
align: 'left',
width: 100,
align: 'center',
width: 80,
},
{
title: 'Status',
dataIndex: 'status',
align: 'left',
width: 100,
align: 'center',
width: 80,
},
// {
// title: 'KI',
@@ -117,7 +117,7 @@ let tableColumns: ColumnsType = [
{
title: 'Algo Index',
dataIndex: 'algoIndex',
align: 'left',
align: 'center',
width: 100,
},
{