mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
node handle
This commit is contained in:
@ -59,7 +59,7 @@ const BaseNode: FC<BaseNodeProps> = ({
|
||||
return (
|
||||
<div
|
||||
className={`
|
||||
group relative pb-2 w-[296px] bg-[#fcfdff] rounded-2xl shadow-xs
|
||||
group relative pb-2 w-[240px] bg-[#fcfdff] rounded-2xl shadow-xs
|
||||
hover:shadow-lg
|
||||
${selectedNodeId === nodeId ? 'border-[2px] border-primary-600' : 'border border-white'}
|
||||
`}
|
||||
|
||||
Reference in New Issue
Block a user