diff --git a/src/views/neUser/ue/index.vue b/src/views/neUser/ue/index.vue index eb5434a5..3484b4c7 100644 --- a/src/views/neUser/ue/index.vue +++ b/src/views/neUser/ue/index.vue @@ -77,6 +77,7 @@ let tableColumns: ColumnsType = [ } return opt.value; }, + width: 3, }, { title: 'MSISDN', @@ -89,11 +90,13 @@ let tableColumns: ColumnsType = [ } return opt.value; }, + width: 3, }, { title: 'RatType', dataIndex: 'ratType', align: 'center', + width: 3, }, { title: 'DnnList', @@ -111,11 +114,13 @@ let tableColumns: ColumnsType = [ } return ''; }, + width: 5, }, { title: t('common.operate'), key: 'imsi', align: 'center', + width: 3, }, ]; @@ -379,7 +384,7 @@ onMounted(() => { :data-source="tableState.data" :size="tableState.size" :pagination="tablePagination" - :scroll="{ x: true,y:400 }" + :scroll="{ x: 1000, y: 400 }" >