Commit b7a0616b by zhaochengxiang

模型问题

parent 499e49d3
......@@ -456,9 +456,9 @@ export const ImportActionTable = (props) => {
render: (text, _, __) => {
return (
<Tooltip title={text||''}>
<span>
<Typography.Text ellipsis={true}>
{highlightSearchContentByTerms(text, termsRef.current)}
</span>
</Typography.Text>
</Tooltip>
)
}
......@@ -472,9 +472,9 @@ export const ImportActionTable = (props) => {
render: (text, _, __) => {
return (
<Tooltip title={text||''}>
<span>
<Typography.Text ellipsis={true}>
{highlightSearchContentByTerms(text, termsRef.current)}
</span>
</Typography.Text>
</Tooltip>
)
}
......@@ -488,9 +488,9 @@ export const ImportActionTable = (props) => {
render: (text, _, __) => {
return (
<Tooltip title={text||''}>
<span>
<Typography.Text ellipsis={true}>
{highlightSearchContentByTerms(text, termsRef.current)}
</span>
</Typography.Text>
</Tooltip>
)
}
......
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