From 2ae980243b7ad705dea575eadcfc4cf4e24073bd Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 17 五月 2022 22:57:19 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/menu/components/share/clockcomponent/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/menu/components/share/clockcomponent/index.jsx b/src/menu/components/share/clockcomponent/index.jsx
index 25da4eb..2b1006d 100644
--- a/src/menu/components/share/clockcomponent/index.jsx
+++ b/src/menu/components/share/clockcomponent/index.jsx
@@ -42,7 +42,7 @@
     const { visible, loading } = this.state
 
     return (
-      <div className="clock-component-wrap">
+      <div className={'clock-component-wrap' + (config.timer ? ' tip-sign' : '')}>
         <ClockCircleOutlined title="瀹氭椂鍣�" onClick={this.trigger} />
         <Modal
           title="瀹氭椂鍣ㄨ缃�"

--
Gitblit v1.8.0