@ -50,7 +50,7 @@ function ComponentLibrary() {
allowClear
placeholder="输入名称搜索组件"
style={{ width: 350 }} />
<Button type="primary">组件推荐</Button>
{/*<Button type="primary">组件推荐</Button>*/}
</Space>
<Tabs
defaultActiveTab={activeKey}
@ -66,9 +66,9 @@ const CompNode: React.FC<CompNodeProps> = ({ nodeData }) => {
</div>
{/*其他信息渲染*/}
<div className={styles['comp-node-other']}>
<div className={styles['handleDelete']}>
<IconDelete style={{ fontSize: 16 }} />
{/*<div className={styles['handleDelete']}>*/}
{/* <IconDelete style={{ fontSize: 16 }} />*/}
{/*</div>*/}
<div className={styles['description']}>{nodeData.description}</div>
</Card>