From 9a526f83ccd9876116de8b7b0c4a46886dbccae3 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 24 Oct 2025 22:33:00 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90antd=E3=80=91=E3=80=90bpm?= =?UTF-8?q?=E3=80=91=E4=BF=AE=E5=A4=8D=20bpmn=20=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E5=99=A8=E7=9A=84=E9=AB=98=E5=BA=A6=E4=B8=8D=E5=AF=B9=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/bpm/model/form/modules/bpm-model-editor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/bpm/model/form/modules/bpm-model-editor.vue b/apps/web-antd/src/views/bpm/model/form/modules/bpm-model-editor.vue index 6396a8c2b..781ab2a92 100644 --- a/apps/web-antd/src/views/bpm/model/form/modules/bpm-model-editor.vue +++ b/apps/web-antd/src/views/bpm/model/form/modules/bpm-model-editor.vue @@ -125,7 +125,7 @@ onBeforeUnmount(() => { // TODO @jason:tailwind? .process-panel__container { position: absolute; - top: 172px; + top: 110px; right: 70px; }