style: Highly optimized when adding BREAK and Continue nodes (#4102)

v3.2
shaohuzhang1 2025-09-24 17:37:45 +08:00 committed by GitHub
parent 2c624a26ba
commit db0ed2662b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@ export const loopContinueNode = {
type: WorkflowType.LoopContinueNode,
text: t('views.applicationWorkflow.nodes.loopContinueNode.text'),
label: t('views.applicationWorkflow.nodes.loopContinueNode.label'),
height: 600,
height: 100,
properties: {
width: 600,
stepName: t('views.applicationWorkflow.nodes.loopContinueNode.label'),
@ -510,7 +510,7 @@ export const loopBreakNode = {
type: WorkflowType.LoopBreakNode,
text: t('views.applicationWorkflow.nodes.loopBreakNode.text'),
label: t('views.applicationWorkflow.nodes.loopBreakNode.label'),
height: 600,
height: 100,
properties: {
width: 600,
stepName: t('views.applicationWorkflow.nodes.loopBreakNode.label'),