dingxin 5 anos atrás
pai
commit
ce82c6a68e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/pages/customer/customerlist/customerDetail.jsx

+ 1
- 1
src/pages/customer/customerlist/customerDetail.jsx Ver arquivo

@@ -103,7 +103,7 @@ function onChange(number) {
103 103
     {
104 104
       title: 'Address',
105 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 109
   return (