登录增加错误延迟提醒

This commit is contained in:
hanhh
2021-08-22 12:28:45 +08:00
parent 54bb13aad0
commit 622037ee98
4 changed files with 63 additions and 23 deletions
+5 -1
View File
@@ -57,7 +57,11 @@ const CronLogModal = ({
content: (
<span>
<Countdown format="ss" value={Date.now() + 1000 * 10} />
<Countdown
className="inline-countdown"
format="ss"
value={Date.now() + 1000 * 10}
/>
</span>
),