From 5450246f064207b6773bbd30de0dd15fd0cccc7a Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sat, 23 Nov 2024 00:25:30 +0800 Subject: [PATCH] chore: --- .../certd/access/access-selector/index.vue | 44 +++++++----- .../src/views/certd/history/crud.tsx | 1 - .../src/views/certd/notification/common.tsx | 5 ++ .../notification-selector/index.vue | 68 +++++++++++-------- .../notification-selector/modal/crud.tsx | 2 +- .../notification-selector/modal/index.vue | 23 +------ .../src/views/certd/pipeline/detail.vue | 1 + .../component/notification-form/index.vue | 66 +++++++++++++++--- .../views/certd/pipeline/pipeline/index.vue | 8 +-- 9 files changed, 133 insertions(+), 85 deletions(-) diff --git a/packages/ui/certd-client/src/views/certd/access/access-selector/index.vue b/packages/ui/certd-client/src/views/certd/access/access-selector/index.vue index 19ccb499..0c3a1dac 100644 --- a/packages/ui/certd-client/src/views/certd/access/access-selector/index.vue +++ b/packages/ui/certd-client/src/views/certd/access/access-selector/index.vue @@ -1,11 +1,11 @@