mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix(skill): align node menu to the right
This commit is contained in:
@ -178,7 +178,7 @@ const TreeNode = ({ node, style, dragHandle, treeChildren }: TreeNodeProps) => {
|
|||||||
<span className="i-ri-more-fill size-4 text-text-tertiary" aria-hidden="true" />
|
<span className="i-ri-more-fill size-4 text-text-tertiary" aria-hidden="true" />
|
||||||
</DropdownMenuTrigger>
|
</DropdownMenuTrigger>
|
||||||
<DropdownMenuContent
|
<DropdownMenuContent
|
||||||
placement="bottom-start"
|
placement="bottom-end"
|
||||||
sideOffset={4}
|
sideOffset={4}
|
||||||
popupClassName="min-w-[180px]"
|
popupClassName="min-w-[180px]"
|
||||||
popupProps={{ onClick: handleDropdownContentClick }}
|
popupProps={{ onClick: handleDropdownContentClick }}
|
||||||
|
|||||||
Reference in New Issue
Block a user