Commit 49bfb6a9 by zhaochengxiang

bug fix

parent 05e95f1c
...@@ -136,7 +136,7 @@ const FC = (props) => { ...@@ -136,7 +136,7 @@ const FC = (props) => {
title: name, title: name,
dataIndex: name, dataIndex: name,
ellipsis: true, ellipsis: true,
// width: 120, width: 120,
render: (text, record) => { render: (text, record) => {
return ( return (
<Tooltip title={text}> <Tooltip title={text}>
......
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