|
@@ -282,7 +282,7 @@ const header = props => {
|
282
|
282
|
<AuthButton name="admin.taShareActivity.post" noRight={null}>
|
283
|
283
|
<Button type="danger" className={styles.addBtn} onClick={toEditActivity()}>新增</Button>
|
284
|
284
|
</AuthButton>
|
285
|
|
- <Table dataSource={data.records} columns={columns} pagination={false} rowKey="activityList" />
|
|
285
|
+ <Table style={{marginTop:'30px'}} dataSource={data.records} columns={columns} pagination={false} rowKey="activityList" />
|
286
|
286
|
<div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
|
287
|
287
|
<Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} current={data.current} />
|
288
|
288
|
</div>
|