From 7bf01df60b816b70f496dcf87d1af1f0f4333621 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 12 Jun 2024 15:33:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=A5=E4=BD=9C=E7=BC=96=E6=8E=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/styles/app.scss | 3 +++ .../workflow/nodes/condition-node/index.vue | 4 ++-- ui/src/workflow/nodes/reply-node/index.vue | 24 ++++++++++++++++++- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index 6a9464dea..e02bc8c37 100644 --- a/ui/src/styles/app.scss +++ b/ui/src/styles/app.scss @@ -142,6 +142,9 @@ h5 { .mt-20 { margin-top: calc(var(--app-base-px) * 2 + 4px); } +.mt-24 { + margin-top: calc(var(--app-base-px) * 3); +} .mb-4 { margin-bottom: calc(var(--app-base-px) - 4px); diff --git a/ui/src/workflow/nodes/condition-node/index.vue b/ui/src/workflow/nodes/condition-node/index.vue index 7707f12a8..d56ef73a0 100644 --- a/ui/src/workflow/nodes/condition-node/index.vue +++ b/ui/src/workflow/nodes/condition-node/index.vue @@ -32,7 +32,7 @@ @@ -48,6 +48,15 @@ + + + + +