傅行帆 5 years ago
parent
commit
479684de9b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/activity/drainage/DrainageList.jsx

+ 1
- 1
src/pages/activity/drainage/DrainageList.jsx View File

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