FEAT => 本次更新项目为:

This commit is contained in:
超级老白兔
2025-09-13 11:37:42 +08:00
parent 4c3c32d5a4
commit f640733276
2 changed files with 8 additions and 10 deletions

View File

@@ -117,14 +117,14 @@
height: 40px;
border-radius: 80px;
transition: all 0.3s;
border: 1px solid #e9ecef;
background: #fff;
cursor: pointer;
border: 1px solid #e9ecef;
&:hover {
background-color: #f8f9fa;
border-color: #1890ff;
box-shadow: 0 0px 12px rgba(24, 144, 255, 0.15);
border: 1px solid #e9ecef;
}
.anticon {

View File

@@ -180,14 +180,12 @@ const NavCommon: React.FC<NavCommonProps> = ({
/>
</div>
</Dropdown>
<Badge count={messageCount} size="small">
<div
className={styles.messageButton}
onClick={handleMessageClick}
>
<BellOutlined style={{ fontSize: 18 }} />
</div>
</Badge>
<div className={styles.messageButton} onClick={handleMessageClick}>
<Badge count={messageCount} size="small">
<BellOutlined style={{ fontSize: 20 }} />
</Badge>
</div>
</Space>
</div>
</Header>