From cb9ade2afd2a367ad767bc605ab7086c695dd010 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 09 十二月 2022 15:53:32 +0800
Subject: [PATCH] 2022-12-09

---
 src/menu/components/share/clockcomponent/index.scss |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/menu/components/share/clockcomponent/index.scss b/src/menu/components/share/clockcomponent/index.scss
index 997bba1..281c15e 100644
--- a/src/menu/components/share/clockcomponent/index.scss
+++ b/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;
 }
\ No newline at end of file

--
Gitblit v1.8.0