From 58c9dc0dbac1a3f8b0fb0b09c1487433bf3aa0c3 Mon Sep 17 00:00:00 2001 From: wjh Date: Sun, 7 Apr 2024 11:42:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0antd?= =?UTF-8?q?=E5=90=8E=E7=9A=84=E5=AF=BC=E8=88=AA=E5=9B=BE=E6=A0=87=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugin-core/src/client/components/system/MobileLink.tsx | 2 +- .../plugin-core/src/client/components/system/Notifications.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugins/@hera/plugin-core/src/client/components/system/MobileLink.tsx b/packages/plugins/@hera/plugin-core/src/client/components/system/MobileLink.tsx index 0b777d06a..79f335d9f 100644 --- a/packages/plugins/@hera/plugin-core/src/client/components/system/MobileLink.tsx +++ b/packages/plugins/@hera/plugin-core/src/client/components/system/MobileLink.tsx @@ -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 { diff --git a/packages/plugins/@hera/plugin-core/src/client/components/system/Notifications.tsx b/packages/plugins/@hera/plugin-core/src/client/components/system/Notifications.tsx index 4f12b7497..23d008ee6 100644 --- a/packages/plugins/@hera/plugin-core/src/client/components/system/Notifications.tsx +++ b/packages/plugins/@hera/plugin-core/src/client/components/system/Notifications.tsx @@ -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 {