Commit f85a00a9 by zhaochengxiang

bug fix

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