dingxin 5 years ago
parent
commit
ce82c6a68e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/customer/customerlist/customerDetail.jsx

+ 1
- 1
src/pages/customer/customerlist/customerDetail.jsx View File

103
     {
103
     {
104
       title: 'Address',
104
       title: 'Address',
105
       dataIndex: 'address',
105
       dataIndex: 'address',
106
-      render: (_, record) => <span style={{ marginLeft: '-50%' }}>{record.intention}</span>,
106
+      render: (_, record) => <span style={{ marginLeft: '-100%' }}>{record.intention}</span>,
107
     },
107
     },
108
   ];
108
   ];
109
   return (
109
   return (