From da9fd594a4301d4204fdf751d2bb7d7cacf9bafc Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 3 May 2023 15:39:20 +0200 Subject: [PATCH] fix: Popup design --- src/components/Question.vue | 54 ++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/components/Question.vue b/src/components/Question.vue index cc35528..c7f9096 100644 --- a/src/components/Question.vue +++ b/src/components/Question.vue @@ -52,8 +52,8 @@ function validatePopup() { ).checked = true; showHidePopup(); } -const h = ref(0); -const d = ref(0); +const h = ref(1); +const d = ref(1); +