node handle

This commit is contained in:
StyleZhang
2024-03-07 15:58:22 +08:00
parent f37316f2a0
commit 173336f256
7 changed files with 67 additions and 71 deletions

View File

@ -42,7 +42,7 @@ const Node: FC<NodeProps<QuestionClassifierNodeType>> = (props) => {
<NodeSourceHandle
{...props}
handleId={topic.name}
handleClassName='!top-[11px] !-right-[21px]'
handleClassName='!top-1/2 !-translate-y-1/2 !-right-[21px]'
/>
</div>
))}