Skip to content

Commit

Permalink
样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
song-xiao-lin committed Jul 4, 2024
1 parent 31330b2 commit 81982c3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions app/renderer/src/main/src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1058,22 +1058,6 @@ const Home: React.FC<HomeProp> = (props) => {
</YakitButton>
</div>
)}
<div className={styles["home-card-config-detection"]}>
<div className={styles["config-detection-left"]}>
<SolidExclamationIcon className={styles["exclamation-icon"]} />
检测到网卡权限未修复
</div>
<YakitButton
type='text'
className={styles["config-detection-btn"]}
onClick={() => {
if (pcapHintShow) return
setPcapHintShow(true)
}}
>
去修复
</YakitButton>
</div>
<YakitHint
visible={pcapHintShow}
heardIcon={pcapResult ? <AllShieldCheckIcon /> : undefined}
Expand Down

0 comments on commit 81982c3

Please sign in to comment.