Commit 41b0f123 by zhaochengxiang

业务含义

parent e7f24a60
...@@ -123,7 +123,7 @@ const SuggestTable = (props) => { ...@@ -123,7 +123,7 @@ const SuggestTable = (props) => {
render: (text, _, __) => { render: (text, _, __) => {
return ( return (
<Tooltip title={text||''}> <Tooltip title={text||''}>
<Typography.Text ellipsis={true}>>{text||''}</Typography.Text> <Typography.Text ellipsis={true}>{text||''}</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