dingxin 5 vuotta sitten
vanhempi
commit
ce82c6a68e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/pages/customer/customerlist/customerDetail.jsx

+ 1
- 1
src/pages/customer/customerlist/customerDetail.jsx Näytä tiedosto

@@ -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 (