From 616a415aa92ea0fcf1680640db2359cc0b4a4fab Mon Sep 17 00:00:00 2001 From: AnotiaWang Date: Thu, 27 Feb 2025 08:33:19 +0800 Subject: [PATCH] chore(ResearchForm): increase width and breadth max value --- components/ResearchForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ResearchForm.vue b/components/ResearchForm.vue index 607e844..67cb908 100644 --- a/components/ResearchForm.vue +++ b/components/ResearchForm.vue @@ -69,7 +69,7 @@ class="w-full" type="number" :min="1" - :max="5" + :max="8" :step="1" /> @@ -81,7 +81,7 @@ class="w-full" type="number" :min="1" - :max="5" + :max="8" :step="1" />