Commit 4f644cad authored by Sixiang_Zzb's avatar Sixiang_Zzb

物业服务列表省略号优化

parent 3fdf1c50
......@@ -57,7 +57,7 @@ const PropertyServices = (props: any) => {
dataIndex: parseInt(serviceTypeGobal) - 1 === 0 ? 'handle_name' : 'service_content',
ellipsis: true,
// width: 400,
render: (text: any) => <Space size="middle">{text != null ? text : ''}</Space>,
render: (text: any) => <span>{text != null ? text : ''}</span>,
},
{
......
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