king
2021-11-02 2f952c67cb4eddd4ad916a8418b3aee4cae82111
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;
      }
    }
  }
}