Skip to content

Commit bc1113d

Browse files
修正连接点的y坐标
1 parent 425d82b commit bc1113d

File tree

1 file changed

+3
-3
lines changed
  • ui/src/workflow/nodes/intent-classify-node

1 file changed

+3
-3
lines changed

ui/src/workflow/nodes/intent-classify-node/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ class IntentModel extends AppNodeModel {
4848

4949
if (branch_condition_list) {
5050

51-
const FORM_ITEMS_HEIGHT = 397 // 上方表单占用高度
52-
51+
const FORM_ITEMS_HEIGHT = 543 // 上方表单占用高度
52+
5353
for (let index = 0; index < branch_condition_list.length; index++) {
5454
const element = branch_condition_list[index]
55-
55+
5656
anchors.push({
5757
x: x + width / 2 - 10,
5858
y: showNode

0 commit comments

Comments
 (0)