Commit b7a0616b by zhaochengxiang

模型问题

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