We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425d82b commit bc1113dCopy full SHA for bc1113d
ui/src/workflow/nodes/intent-classify-node/index.ts
@@ -48,11 +48,11 @@ class IntentModel extends AppNodeModel {
48
49
if (branch_condition_list) {
50
51
- const FORM_ITEMS_HEIGHT = 397 // 上方表单占用高度
52
-
+ const FORM_ITEMS_HEIGHT = 543 // 上方表单占用高度
+
53
for (let index = 0; index < branch_condition_list.length; index++) {
54
const element = branch_condition_list[index]
55
56
anchors.push({
57
x: x + width / 2 - 10,
58
y: showNode
0 commit comments