mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: intent node achors
This commit is contained in:
parent
f9623a6bdb
commit
9396166cbb
|
|
@ -56,7 +56,7 @@ class IntentModel extends AppNodeModel {
|
|||
anchors.push({
|
||||
x: x + width / 2 - 10,
|
||||
y: showNode
|
||||
? y - height / 2 + FORM_ITEMS_HEIGHT + index *41.3
|
||||
? y - height / 2 + FORM_ITEMS_HEIGHT + index *41.36
|
||||
: y - 15,
|
||||
id: `${id}_${element.id}_right`,
|
||||
type: 'right'
|
||||
|
|
|
|||
Loading…
Reference in New Issue