diff --git a/jwtech-admin-page/src/layout/components/Navbar.vue b/jwtech-admin-page/src/layout/components/Navbar.vue
index d25d08fe..f340d9ff 100644
--- a/jwtech-admin-page/src/layout/components/Navbar.vue
+++ b/jwtech-admin-page/src/layout/components/Navbar.vue
@@ -29,6 +29,21 @@
+
+
+
+
+
+ 10
+
+
+
+
@@ -304,7 +319,27 @@ export default {
// height: 100%;
// line-height: 70px;
// line-height: 50px;
-
+ .funList0 {
+ margin-right: 24px;
+ .bell {
+ font-size: 22px;
+ color: #fff;
+ cursor: pointer;
+ position: relative;
+ display: inline-block;
+ }
+ .badge {
+ position: absolute;
+ top: -10px; /* 根据需要调整 */
+ right: -10px; /* 根据需要调整 */
+ background-color: red;
+ color: white;
+ border-radius: 50%;
+ padding: 2px 5px;
+ font-size: 12px;
+ font-weight: bold;
+ }
+ }
.funList1 {
margin-right: 24px;
// color: #fff;