node handle

This commit is contained in:
StyleZhang
2024-02-21 19:02:37 +08:00
parent dbf3b7ad6d
commit 15f13209cf
8 changed files with 69 additions and 13 deletions

View File

@ -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'}
`}