style: UE终端表格优化
This commit is contained in:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user