From b8aa5da1b2873bea760483cc5ab335fde9fb6de6 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 12 五月 2022 18:15:56 +0800
Subject: [PATCH] 2022-05-12

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

diff --git a/src/menu/components/share/logcomponent/index.scss b/src/menu/components/share/logcomponent/index.scss
index f365196..9c974d2 100644
--- a/src/menu/components/share/logcomponent/index.scss
+++ b/src/menu/components/share/logcomponent/index.scss
@@ -1,4 +1,5 @@
 .btn-log-wrap {
+  position: relative;
   display: inline-block;
 
   >.anticon-rollback {
@@ -18,4 +19,15 @@
       padding: 5px;
     }
   }
+}
+.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;
 }
\ No newline at end of file

--
Gitblit v1.8.0