diff --git a/src/layout/components/lay-navbar/index.vue b/src/layout/components/lay-navbar/index.vue
index 29a5d10ac..87dbd28de 100644
--- a/src/layout/components/lay-navbar/index.vue
+++ b/src/layout/components/lay-navbar/index.vue
@@ -53,9 +53,11 @@ const { t, locale, translationCh, translationEn } = useTranslationLang();
diff --git a/src/layout/components/lay-notice/index.vue b/src/layout/components/lay-notice/index.vue
index 6ea5fb7db..477f4cd1f 100644
--- a/src/layout/components/lay-notice/index.vue
+++ b/src/layout/components/lay-notice/index.vue
@@ -3,7 +3,7 @@ import { useI18n } from "vue-i18n";
import { ref, computed } from "vue";
import { noticesData } from "./data";
import NoticeList from "./components/NoticeList.vue";
-import BellIcon from "~icons/ep/bell";
+import BellIcon from "~icons/lucide/bell";
const { t } = useI18n();
const noticesNum = ref(0);
@@ -25,10 +25,10 @@ const getLabel = computed(
'dropdown-badge',
'navbar-bg-hover',
'select-none',
- Number(noticesNum) !== 0 && 'mr-[10px]'
+ Number(noticesNum) !== 0 && 'mr-[7px]'
]"
>
-
+
@@ -65,6 +65,34 @@ const getLabel = computed(