king
2022-05-12 b8aa5da1b2873bea760483cc5ab335fde9fb6de6
src/menu/components/share/logcomponent/index.scss
@@ -1,4 +1,5 @@
.btn-log-wrap {
  position: relative;
  display: inline-block;
  >.anticon-rollback {
@@ -19,3 +20,14 @@
    }
  }
}
.btn-log-wrap.tip-sign::after {
  content: ' ';
  position: absolute;
  top: -2px;
  right: 2px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #ff5b05;
  z-index: 1;
}