mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
style: Highly optimized when adding BREAK and Continue nodes (#4102)
This commit is contained in:
parent
2c624a26ba
commit
db0ed2662b
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue