style: 调整UDM用户数据表格靠左
This commit is contained in:
@@ -75,7 +75,7 @@ type TabeStateType = {
|
||||
/**表格状态 */
|
||||
let tableState: TabeStateType = reactive({
|
||||
loading: false,
|
||||
size: 'middle',
|
||||
size: 'small',
|
||||
striped: false,
|
||||
seached: true,
|
||||
data: [],
|
||||
@@ -88,19 +88,19 @@ let tableColumns: ColumnsType = [
|
||||
dataIndex: 'imsi',
|
||||
align: 'left',
|
||||
sorter: true,
|
||||
width: 200,
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
title: 'AMF',
|
||||
dataIndex: 'amf',
|
||||
align: 'center',
|
||||
minWidth: 100,
|
||||
align: 'left',
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
title: 'Status',
|
||||
dataIndex: 'status',
|
||||
align: 'center',
|
||||
minWidth: 100,
|
||||
align: 'left',
|
||||
width: 100,
|
||||
},
|
||||
// {
|
||||
// title: 'KI',
|
||||
@@ -117,14 +117,13 @@ let tableColumns: ColumnsType = [
|
||||
{
|
||||
title: 'Algo Index',
|
||||
dataIndex: 'algoIndex',
|
||||
align: 'center',
|
||||
minWidth: 100,
|
||||
align: 'left',
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
title: t('common.operate'),
|
||||
key: 'imsi',
|
||||
align: 'center',
|
||||
width: 100,
|
||||
align: 'left',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user