From 3297d1f00b2949c36fa0f334ab798eb93fc24ff6 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 7 Nov 2023 11:04:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=88=E7=AB=AF>UE=E5=9C=A8=E7=BA=BF?= =?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/ue/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 }" >