Commit 49bfb6a9 by zhaochengxiang

bug fix

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