From 05f6954fbb5ed35cb6fc3729efb5bdc2309518fb Mon Sep 17 00:00:00 2001 From: liao hh Date: Thu, 9 Jan 2025 14:02:20 +0800 Subject: [PATCH] update --- .../src/layout/components/Navbar.vue | 37 ++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) 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 @@ +
+ + + + +
@@ -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;