From 2908569841d5ead95ffc837b89d8e0d8a32c471a Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sat, 6 Jun 2026 03:02:47 +0800 Subject: [PATCH] chore: 1 --- .../src/views/certd/cert/apply-template/crud.tsx | 2 +- .../certd-client/src/views/sys/authority/role/index.vue | 9 +++++---- .../certd-client/src/views/sys/authority/user/index.vue | 5 +++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/packages/ui/certd-client/src/views/certd/cert/apply-template/crud.tsx b/packages/ui/certd-client/src/views/certd/cert/apply-template/crud.tsx index f01e2a288..f4e431cc9 100644 --- a/packages/ui/certd-client/src/views/certd/cert/apply-template/crud.tsx +++ b/packages/ui/certd-client/src/views/certd/cert/apply-template/crud.tsx @@ -109,7 +109,7 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti }, rowHandle: { fixed: "right", - width: 120, + width: 200, buttons: { edit: { click: ({ row }) => openForm(row), diff --git a/packages/ui/certd-client/src/views/sys/authority/role/index.vue b/packages/ui/certd-client/src/views/sys/authority/role/index.vue index 8c8e2596b..85722b413 100644 --- a/packages/ui/certd-client/src/views/sys/authority/role/index.vue +++ b/packages/ui/certd-client/src/views/sys/authority/role/index.vue @@ -11,14 +11,15 @@