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 (