king
2025-03-05 f1a4a2e83a5a3a3f8636c0d85a3a02471c5b07e7
src/menu/components/share/clockcomponent/index.scss
@@ -1,7 +1,20 @@
.clock-component-wrap {
  position: relative;
  display: inline-block;
  >.anticon-clock-circle {
    color: rgb(38, 194, 129);
  }
}
.clock-component-wrap.tip-sign::after {
  content: ' ';
  position: absolute;
  top: -2px;
  right: 2px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #ff5b05;
  z-index: 1;
}