From ac414505e2d25c8c2d0bf012e9496c9f9aa9c234 Mon Sep 17 00:00:00 2001 From: zxc <1171051090@qq.com> Date: Sat, 15 Mar 2025 22:26:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=BE=E6=98=A0=E5=80=92=E8=AE=A1?= =?UTF-8?q?=E6=97=B6=E5=B7=A5=E5=85=B7=E6=A0=B7=E5=BC=8F=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Screen/CountdownTimer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Screen/CountdownTimer.vue b/src/views/Screen/CountdownTimer.vue index 7c442c0c..523ff439 100644 --- a/src/views/Screen/CountdownTimer.vue +++ b/src/views/Screen/CountdownTimer.vue @@ -162,7 +162,6 @@ const changeTime = (e: FocusEvent | KeyboardEvent, type: 'minute' | 'second') => height: 54px; border-radius: 50%; background-color: rgba($color: $themeColor, $alpha: .05); - font-size: 22px; overflow: hidden; input { @@ -172,6 +171,7 @@ const changeTime = (e: FocusEvent | KeyboardEvent, type: 'minute' | 'second') => outline: 0; background-color: transparent; text-align: center; + font-size: 22px; } } .colon {