From 64b35e954958417eff12d8bfde20c472fdcb8cf6 Mon Sep 17 00:00:00 2001 From: baiqi Date: Wed, 18 Sep 2024 17:31:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F):=20=E7=BB=84=E7=BB=87-?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=88=90=E5=91=98=E5=88=97=E8=A1=A8=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1046491 --user=白奇 【系统】组织-项目-成员列表样式2个优化 https://www.tapd.cn/55049933/s/1580124 --- .../setting/organization/project/components/userDrawer.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/views/setting/organization/project/components/userDrawer.vue b/frontend/src/views/setting/organization/project/components/userDrawer.vue index b2a75a1146..0b696ee227 100644 --- a/frontend/src/views/setting/organization/project/components/userDrawer.vue +++ b/frontend/src/views/setting/organization/project/components/userDrawer.vue @@ -137,6 +137,7 @@ dataIndex: 'name', showTooltip: true, width: 200, + fixed: 'left', }, { title: 'system.user.tableColumnUserGroup', @@ -155,11 +156,13 @@ { title: 'system.organization.phone', dataIndex: 'phone', + width: 130, }, { title: hasOperationPermission.value ? 'system.organization.operation' : '', slotName: 'operation', width: hasOperationPermission.value ? 60 : 20, + fixed: 'right', }, ];