From 4d7889d274233c1213bd625ef094a62c545dbc91 Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Mon, 20 Jan 2025 11:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=A4=A7=E3=80=8C=E5=BC=80=E5=A7=8B?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/Index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue index 5680cc7..7201785 100644 --- a/src/pages/Index/Index.vue +++ b/src/pages/Index/Index.vue @@ -805,7 +805,7 @@ watch( .start-test { width: 200px; - height: 40px; + height: 48px; background-color: #73bc54; font-size: 20px; } @@ -814,7 +814,7 @@ watch( .stop-test, .continue-test { width: 100px; - height: 40px; + height: 48px; font-size: 20px; } }