From b36c2e95111bf8b44992dbbace1cc178c463aeba Mon Sep 17 00:00:00 2001 From: Ethan-Zhang Date: Sun, 27 Jul 2025 23:30:16 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E6=9D=A1=E4=BB=B6=E5=88=86=E6=94=AF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/VariableChooser.vue | 136 ++++++++++-------- src/views/createapp/components/workFlow.vue | 50 ++++++- .../workFlowConfig/ChoiceBranchCard.vue | 32 ++--- .../workFlowConfig/ChoiceBranchDrawer.vue | 11 +- .../workFlowConfig/ChoiceBranchNode.vue | 13 +- .../workFlowConfig/CodeNodeDrawer.vue | 6 +- .../components/workFlowConfig/useDnD.js | 26 +++- 7 files changed, 177 insertions(+), 97 deletions(-) diff --git a/src/components/VariableChooser.vue b/src/components/VariableChooser.vue index 7f5173a..84cb1ec 100644 --- a/src/components/VariableChooser.vue +++ b/src/components/VariableChooser.vue @@ -1,7 +1,7 @@