Commit 5ce4e387 by zhaochengxiang

bug fix

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