|
@@ -510,7 +510,7 @@ const header = (props) => {
|
510
|
510
|
<AuthButton name="admin.taDrainage.add.post" noRight={null}>
|
511
|
511
|
<Button type="danger" className={styles.addBtn} onClick={showModal}>新增</Button>
|
512
|
512
|
</AuthButton>
|
513
|
|
- <span style={{ color: '#66B3FF', cursor: 'pointer', marginLeft: 20 }} onClick={openIndexImg}>优质案例</span>
|
|
513
|
+ <span style={{ color: '#66B3FF', cursor: 'pointer', margin: '20px',display:'inline-block' }} onClick={openIndexImg}>优质案例</span>
|
514
|
514
|
<Modal
|
515
|
515
|
title={title}
|
516
|
516
|
|