diff --git a/src/views/neUser/auth/index.vue b/src/views/neUser/auth/index.vue index 1a463fb5..e42bd943 100644 --- a/src/views/neUser/auth/index.vue +++ b/src/views/neUser/auth/index.vue @@ -87,21 +87,20 @@ let tableColumns: ColumnsType = [ title: 'IMSI', dataIndex: 'imsi', align: 'left', - fixed: 'left', - width: 5, sorter: true, + width: 200, }, { title: 'AMF', dataIndex: 'amf', align: 'center', - width: 3, + minWidth: 100, }, { title: 'Status', dataIndex: 'status', align: 'center', - width: 2, + minWidth: 100, }, // { // title: 'KI', @@ -119,14 +118,13 @@ let tableColumns: ColumnsType = [ title: 'Algo Index', dataIndex: 'algoIndex', align: 'center', - width: 4, + minWidth: 100, }, { title: t('common.operate'), key: 'imsi', align: 'center', - fixed: 'right', - width: 2, + width: 100, }, ]; @@ -860,8 +858,9 @@ onMounted(() => { :size="tableState.size" :row-class-name="fnTableStriped" :pagination="tablePagination" - :scroll="{ x: tableColumnsDnd.length * 100, y: 450 }" + :scroll="{ y: 450 }" @change="fnTableChange" + @resizeColumn="(w:number, col:any) => (col.width = w)" >