dingxin 5 年 前
コミット
ce82c6a68e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/customer/customerlist/customerDetail.jsx

+ 1
- 1
src/pages/customer/customerlist/customerDetail.jsx ファイルの表示

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