Commit 0bfd7cd2 by zhaochengxiang

bug fix

parent 95327ed9
......@@ -57,12 +57,14 @@ const FC = (props) => {
return (
<div className='model-import-action-relation'>
<Space>
<h3 style={{ width: 120, marginBottom: 0 }}>关联对象</h3>
<Space style={{ width: 120 }}>
<h3 style={{ marginBottom: 0 }}>关联对象</h3>
{
action==='add' && <Popover content='保存当前模型后方可选择历史存储形式'>
<QuestionCircleOutlined className='pointer' />
</Popover>
}
</Space>
{
isCollapse ? <Button type='primary' size='small' onClick={() => {
setCollapse(!isCollapse)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment