|
|
|
@ -110,12 +110,12 @@ const BasicNodeEditor: React.FC<NodeEditorProps> = ({
|
|
|
|
onChange={(value) => updateNodeData('title', value)}
|
|
|
|
onChange={(value) => updateNodeData('title', value)}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</Form.Item>
|
|
|
|
</Form.Item>
|
|
|
|
<Form.Item label="描述">
|
|
|
|
{/*<Form.Item label="描述">*/}
|
|
|
|
<Input.TextArea
|
|
|
|
{/* <Input.TextArea*/}
|
|
|
|
value={nodeData.description || ''}
|
|
|
|
{/* value={nodeData.description || ''}*/}
|
|
|
|
onChange={(value) => updateNodeData('description', value)}
|
|
|
|
{/* onChange={(value) => updateNodeData('description', value)}*/}
|
|
|
|
/>
|
|
|
|
{/* />*/}
|
|
|
|
</Form.Item>
|
|
|
|
{/*</Form.Item>*/}
|
|
|
|
<Typography.Title heading={5}><IconUnorderedList style={{ marginRight: 5 }} />组件信息</Typography.Title>
|
|
|
|
<Typography.Title heading={5}><IconUnorderedList style={{ marginRight: 5 }} />组件信息</Typography.Title>
|
|
|
|
<div style={{ display: 'flex', marginTop: 10, marginBottom: 10 }}>
|
|
|
|
<div style={{ display: 'flex', marginTop: 10, marginBottom: 10 }}>
|
|
|
|
<span>组件类型:</span>
|
|
|
|
<span>组件类型:</span>
|
|
|
|
|