From a9423b1e2ec08d9dbd39939574127fab908c7790 Mon Sep 17 00:00:00 2001 From: hxuanyu <2252193204@qq.com> Date: Sun, 29 Jun 2025 23:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=87=8D=E7=BD=AE=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=9A=84=E6=82=AC=E5=81=9C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widgets/timer/Widget.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/widgets/timer/Widget.vue b/src/widgets/timer/Widget.vue index 5f17a01..7923fae 100644 --- a/src/widgets/timer/Widget.vue +++ b/src/widgets/timer/Widget.vue @@ -368,6 +368,10 @@ onUnmounted(() => { background: rgba(244, 67, 54, 0.8); } +.control-btn.reset:hover { + background: rgba(244, 67, 54, 0.9); +} + .progress-bar { border-radius: 2px; overflow: hidden;