From 4acdbbb1f6879814abec5bcd6671a85e1f3896d4 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 7 Nov 2023 10:55:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=88=E7=AB=AF>5G=E5=9F=BA=E7=AB=99?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/neUser/base5G/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 }" >