|
|
|
|
@ -411,7 +411,7 @@ const GlobalVarContainer = () => {
|
|
|
|
|
})}
|
|
|
|
|
</Radio.Group>
|
|
|
|
|
{selectedItem === '我的组件' && <Space split={<Divider type="vertical" />}>
|
|
|
|
|
<Button type="secondary" style={{ borderRadius: 4 }}>生成组件</Button>
|
|
|
|
|
<Button type="secondary" status="success" style={{ borderRadius: 4 }}>生成组件</Button>
|
|
|
|
|
<Button type="outline" style={{ borderRadius: 4 }}>导入组件</Button>
|
|
|
|
|
<Button type="primary" style={{ borderRadius: 4 }} onClick={() => {
|
|
|
|
|
setSelectComponent(null);
|
|
|
|
|
|