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; } }