Commit 2d8daa7f by zhaochengxiang

服务列调宽

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