feat: add icon to title of operator form #918 (#1413)

### What problem does this PR solve?
feat: add icon to title of operator form #918


### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-07-08 12:32:46 +08:00
committed by GitHub
parent 0f597b9817
commit 1f967191d4
8 changed files with 31 additions and 12 deletions

View File

@@ -13,8 +13,8 @@ const GenerateForm = ({ onValuesChange, form, node }: IOperatorForm) => {
return (
<Form
name="basic"
labelCol={{ span: 6 }}
wrapperCol={{ span: 18 }}
labelCol={{ span: 5 }}
wrapperCol={{ span: 19 }}
autoComplete="off"
form={form}
onValuesChange={onValuesChange}