diff --git a/src/views/neUser/base5G/index.vue b/src/views/neUser/base5G/index.vue index 2aa38ec6..ab4f4861 100644 --- a/src/views/neUser/base5G/index.vue +++ b/src/views/neUser/base5G/index.vue @@ -67,21 +67,25 @@ let tableColumns: ColumnsType = [ title: 'GNB_ID', dataIndex: 'id', align: 'center', + width: 2, }, { title: 'ADDRESS', dataIndex: 'address', align: 'center', + width: 3, }, { title: 'GNB_NAME', dataIndex: 'name', align: 'center', + width: 2, }, { title: 'UE_NUM', dataIndex: 'ueNum', align: 'center', + width: 2, }, ]; @@ -274,7 +278,7 @@ onMounted(() => { :data-source="tableState.data" :size="tableState.size" :pagination="tablePagination" - :scroll="{ x: true,y:400 }" + :scroll="{ x: 1000, y:400 }" >