From 32e5fd3a0715fb1727fdf84da73855763d7e21c9 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Wed, 24 Jul 2024 14:33:38 +0800 Subject: [PATCH] =?UTF-8?q?style(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE=E7=BB=84=E7=BB=87=E6=88=90?= =?UTF-8?q?=E5=91=98=E5=88=97=E8=A1=A8style=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/setting/organization/member/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/setting/organization/member/index.vue b/frontend/src/views/setting/organization/member/index.vue index 9afdd1ce07..616bccd631 100644 --- a/frontend/src/views/setting/organization/member/index.vue +++ b/frontend/src/views/setting/organization/member/index.vue @@ -194,7 +194,7 @@ { title: 'organization.member.tableColunmEmail', dataIndex: 'email', - width: 200, + width: 150, showInTable: true, showTooltip: true, ellipsis: true, @@ -229,7 +229,7 @@ slotName: 'enable', dataIndex: 'enable', showInTable: true, - width: 200, + width: 100, showDrag: true, }, { @@ -262,7 +262,7 @@ getMemberList, { tableKey: TableKeyEnum.ORGANIZATION_MEMBER, - scroll: { x: 1600 }, + scroll: { x: '100%' }, selectable: hasAnyPermission(['ORGANIZATION_MEMBER:READ+ADD', 'ORGANIZATION_MEMBER:READ+UPDATE']), heightUsed: 288, showSetting: true,