chore(ResearchForm): increase width and breadth max value

This commit is contained in:
AnotiaWang
2025-02-27 08:33:19 +08:00
parent 4a2b72445e
commit 616a415aa9

View File

@ -69,7 +69,7 @@
class="w-full"
type="number"
:min="1"
:max="5"
:max="8"
:step="1"
/>
</UFormField>
@ -81,7 +81,7 @@
class="w-full"
type="number"
:min="1"
:max="5"
:max="8"
:step="1"
/>
</UFormField>