Commit 25aea624 by zhaochengxiang

bug fix

parent d4c2f828
...@@ -141,9 +141,11 @@ export const ModelNameColumn = (props) => { ...@@ -141,9 +141,11 @@ export const ModelNameColumn = (props) => {
} }
}} }}
> >
<Typography.Text ellipsis={true}>
<a onClick={()=>{detailItem(record);}}> <a onClick={()=>{detailItem(record);}}>
{text||''} {text||''}
</a> </a>
</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