傅行帆 5 年 前
コミット
479684de9b
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/activity/drainage/DrainageList.jsx

+ 1
- 1
src/pages/activity/drainage/DrainageList.jsx ファイルの表示

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