From 0d58c560feeddd8409a34ef0bd1e16f0be3f9758 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 01 十一月 2021 21:59:51 +0800 Subject: [PATCH] 2021-11-01 --- src/mob/components/menubar/normal-menubar/index.scss | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/mob/components/menubar/normal-menubar/index.scss b/src/mob/components/menubar/normal-menubar/index.scss index 383a40c..0686562 100644 --- a/src/mob/components/menubar/normal-menubar/index.scss +++ b/src/mob/components/menubar/normal-menubar/index.scss @@ -41,6 +41,7 @@ text-overflow: ellipsis; } .menu-sign { + position: relative; text-align: center; .anticon { border-radius: 15%; @@ -48,6 +49,14 @@ img { border-radius: 15%; } + .am-badge-text { + position: absolute; + height: 8px; + width: 8px; + border-radius: 100%; + background: #ff5b05; + z-index: 1; + } } } } -- Gitblit v1.8.0