src/components/normalform/modalform/index.jsx
@@ -216,7 +216,7 @@ } else if (item.type === 'textarea') { content = (<TextArea rows={item.rows || 2} placeholder=""/>) } else if (item.type === 'mkicon') { content = (<MkIcon />) content = (<MkIcon allowClear={item.allowClear}/>) } else if (item.type === 'source') { content = (<SourceComponent type="" placement="right"/>) }