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'>
{modelerData?.easyDataModelerModelingConstraint?.cnName} <div className='word-wrap' style={{ maxWidth: 250 }}>
<a onClick={() => { {modelerData?.easyDataModelerModelingConstraint?.cnName}
setRuleParams({ visible: true }) </div>
}}> <div style={{ width: 30 }}>
<div style={{ width: 30 }}> <a onClick={() => {
查看 setRuleParams({ visible: true })
</div> }}>查看</a>
</a> </div>
</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