xujing 5 年之前
父節點
當前提交
9cfab5c84c
共有 1 個檔案被更改,包括 2 行新增4 行删除
  1. 2
    4
      src/pages/fundManagement/Finance.jsx

+ 2
- 4
src/pages/fundManagement/Finance.jsx 查看文件

182
                     </Button>
182
                     </Button>
183
                 </Form.Item>
183
                 </Form.Item>
184
             </Form>
184
             </Form>
185
-            <div style={{ margin: '10px 0 16px 0' }}>
186
-                {/* <Button type="danger" className={styles.addBtn} style={{ padding: '0' }} > */}
187
-                    <SelectContact type="danger" onClick={() => getList({ pageNum: 1, pageSize: 10 })} />
188
-                    {/* </Button> */}
185
+            <div style={{ margin: '10px 0 16px 0', display: 'flex' }}>
186
+                <SelectContact type="danger" onClick={() => getList({ pageNum: 1, pageSize: 10 })} />
189
                 <Button type="primary" className={styles.addBtn} onClick={() => toDel()} style={{ marginLeft: '30px' }} >删除</Button>
187
                 <Button type="primary" className={styles.addBtn} onClick={() => toDel()} style={{ marginLeft: '30px' }} >删除</Button>
190
             </div>
188
             </div>
191
             <Table rowSelection={rowSelection} rowKey={r => r.contactId} dataSource={data.records} columns={columns} pagination={false} />
189
             <Table rowSelection={rowSelection} rowKey={r => r.contactId} dataSource={data.records} columns={columns} pagination={false} />