feat: modify the style of the operator #918 (#1335)

### What problem does this PR solve?

feat: modify the style of the operator #918
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-07-01 18:58:51 +08:00
committed by GitHub
parent b5389f487c
commit 5fa3c2bdce
10 changed files with 134 additions and 74 deletions

View File

@ -38,6 +38,7 @@ const NodeDropdown = ({ id }: IProps) => {
return (
<OperateDropdown
iconFontSize={14}
height={14}
deleteItem={deleteNode}
items={items}
></OperateDropdown>