From c1d0a8fe3e97a9beaf844a713e54adb042ebf051 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Sat, 11 Jan 2025 11:49:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=8F=B3=E8=BE=B9=E7=9A=84=E6=BB=9A=E5=8A=A8=E6=9D=A1=20?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E5=87=BA=E7=8E=B0=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E8=A2=AB=E6=8C=A4=E5=8E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflow/components/user-select-modal.vue | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/apps/web-antd/src/views/workflow/components/user-select-modal.vue b/apps/web-antd/src/views/workflow/components/user-select-modal.vue index 17c0825e..bfe4500c 100644 --- a/apps/web-antd/src/views/workflow/components/user-select-modal.vue +++ b/apps/web-antd/src/views/workflow/components/user-select-modal.vue @@ -35,7 +35,7 @@ const emit = defineEmits<{ const [BasicModal, modalApi] = useVbenModal({ title: '选择人员', - class: 'w-[1050px]', + class: 'w-[1060px]', fullscreenButton: false, onClosed: () => emit('cancel'), onConfirm: handleSubmit, @@ -290,7 +290,7 @@ function handleSubmit() {