From 0284893b4ac532447e56d9f44546acd659a7718e Mon Sep 17 00:00:00 2001 From: jason <2667446@qq.com> Date: Tue, 29 Oct 2024 21:24:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E3=80=91=E4=BB=BF=E9=92=89=E9=92=89=E6=B5=81=E7=A8=8B=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/nodes/CopyTaskNode.vue | 15 +++++++++++---- .../src/nodes/EndEventNode.vue | 4 +--- .../src/nodes/ExclusiveNode.vue | 7 ++----- .../src/nodes/InclusiveNode.vue | 7 ++++--- .../src/nodes/ParallelNode.vue | 8 ++++---- .../src/nodes/StartUserNode.vue | 4 +--- .../src/nodes/UserTaskNode.vue | 5 ++--- .../theme/simple-process-designer.scss | 10 +++++++++- 8 files changed, 34 insertions(+), 26 deletions(-) diff --git a/src/components/SimpleProcessDesignerV2/src/nodes/CopyTaskNode.vue b/src/components/SimpleProcessDesignerV2/src/nodes/CopyTaskNode.vue index e6e4045f..70dc17ae 100644 --- a/src/components/SimpleProcessDesignerV2/src/nodes/CopyTaskNode.vue +++ b/src/components/SimpleProcessDesignerV2/src/nodes/CopyTaskNode.vue @@ -1,7 +1,10 @@ diff --git a/src/components/SimpleProcessDesignerV2/src/nodes/ExclusiveNode.vue b/src/components/SimpleProcessDesignerV2/src/nodes/ExclusiveNode.vue index 9d307acc..32e9bbd4 100644 --- a/src/components/SimpleProcessDesignerV2/src/nodes/ExclusiveNode.vue +++ b/src/components/SimpleProcessDesignerV2/src/nodes/ExclusiveNode.vue @@ -1,8 +1,8 @@