Commit 2d8daa7f by zhaochengxiang

服务列调宽

parent 3c2852c8
......@@ -544,7 +544,7 @@ const ModelTable = (props) => {
title: item.name,
dataIndex: item.key,
ellipsis: true,
width: 120,
width: 200,
render: (_, record) => {
return <Tooltip title={record.basicInfo ? record.basicInfo[item.key] : ''}>
<Text ellipsis={true}>{record.basicInfo ? record.basicInfo[item.key] : ''}</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