king
2021-11-01 0d58c560feeddd8409a34ef0bd1e16f0be3f9758
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;
      }
    }
  }
}