From 3d7f3aef58b318c7b71beb903bea64575394a903 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Mon, 16 Dec 2024 19:14:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=AE=A2=E6=88=B7=E7=AB=AF=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20=E8=A1=8C=E9=AB=98=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/client/data.tsx | 10 +++++++--- apps/web-antd/src/views/system/client/index.vue | 1 - 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/web-antd/src/views/system/client/data.tsx b/apps/web-antd/src/views/system/client/data.tsx index 6240e9c0..f9e52c73 100644 --- a/apps/web-antd/src/views/system/client/data.tsx +++ b/apps/web-antd/src/views/system/client/data.tsx @@ -51,9 +51,13 @@ export const columns: VxeGridProps['columns'] = [ if (!row.grantTypeList) { return '无'; } - return renderDictTags( - row.grantTypeList, - getDict(DictEnum.SYS_GRANT_TYPE), + return ( +
+ {renderDictTags( + row.grantTypeList, + getDict(DictEnum.SYS_GRANT_TYPE), + )} +
); }, }, diff --git a/apps/web-antd/src/views/system/client/index.vue b/apps/web-antd/src/views/system/client/index.vue index 1ba490fc..979a3ade 100644 --- a/apps/web-antd/src/views/system/client/index.vue +++ b/apps/web-antd/src/views/system/client/index.vue @@ -63,7 +63,6 @@ const gridOptions: VxeGridProps = { rowConfig: { isHover: true, keyField: 'id', - height: 90, }, id: 'system-client-index', };