fix: 修复更新antd后的导航图标样式异常

This commit is contained in:
wjh 2024-04-07 11:42:25 +08:00
parent 8c71fbd5a2
commit 58c9dc0dba
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ export const MobileLink = () => {
background: none;
color: rgba(255, 255, 255, 0.65) !important;
&:hover {
background: rgba(255, 255, 255, 0.1);
background: rgba(255, 255, 255, 0.1) !important;
}
}
a {

View File

@ -74,7 +74,7 @@ export const Notifications = () => {
background: none;
color: rgba(255, 255, 255, 0.65) !important;
&:hover {
background: rgba(255, 255, 255, 0.1);
background: rgba(255, 255, 255, 0.1) !important;
}
}
a {