Commit f85a00a9 by zhaochengxiang

bug fix

parent 9d45e58d
...@@ -346,14 +346,14 @@ const ImportActionHeader = (props) => { ...@@ -346,14 +346,14 @@ const ImportActionHeader = (props) => {
setRuleParams({ visible: true }) setRuleParams({ visible: true })
}} }}
/> : <Space align='start'> /> : <Space align='start'>
<div className='word-wrap' style={{ maxWidth: 250 }}>
{modelerData?.easyDataModelerModelingConstraint?.cnName} {modelerData?.easyDataModelerModelingConstraint?.cnName}
</div>
<div style={{ width: 30 }}>
<a onClick={() => { <a onClick={() => {
setRuleParams({ visible: true }) setRuleParams({ visible: true })
}}> }}>查看</a>
<div style={{ width: 30 }}>
查看
</div> </div>
</a>
</Space> </Space>
} }
</Form.Item> </Form.Item>
......
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