Commit 5ce4e387 by zhaochengxiang

bug fix

parent f85a00a9
......@@ -345,16 +345,16 @@ const ImportActionHeader = (props) => {
onDetail={() => {
setRuleParams({ visible: true })
}}
/> : <Space align='start'>
<div className='word-wrap' style={{ maxWidth: 250 }}>
/> : <div className='flex' style={{ alignItems: 'flex-start' }}>
<div className='word-wrap mr-2'>
{modelerData?.easyDataModelerModelingConstraint?.cnName}
</div>
<div style={{ width: 30 }}>
<div style={{ flex: 1, minWidth: 30 }}>
<a onClick={() => {
setRuleParams({ visible: true })
}}>查看</a>
</div>
</Space>
</div>
}
</Form.Item>
</Col>
......
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