Commit 9e5e3576 by james

<Tooltip placement='topLeft'>

parent dbb9830a
......@@ -397,7 +397,7 @@ export const ImportActionTable = (props) => {
return (
<React.Fragment>
<ValidateTip type='DataModelAttribute' propertyName='remark' validateReports={validateReports} iid={record.iid} />
<Tooltip title={text||''}>
<Tooltip title={text||''} placement='topLeft'>
<span>{highlightSearchContentByTerms(text, termsRef.current)}</span>
</Tooltip>
</React.Fragment>
......
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