chore(ResearchForm): increase width and breadth max value
This commit is contained in:
@ -69,7 +69,7 @@
|
|||||||
class="w-full"
|
class="w-full"
|
||||||
type="number"
|
type="number"
|
||||||
:min="1"
|
:min="1"
|
||||||
:max="5"
|
:max="8"
|
||||||
:step="1"
|
:step="1"
|
||||||
/>
|
/>
|
||||||
</UFormField>
|
</UFormField>
|
||||||
@ -81,7 +81,7 @@
|
|||||||
class="w-full"
|
class="w-full"
|
||||||
type="number"
|
type="number"
|
||||||
:min="1"
|
:min="1"
|
||||||
:max="5"
|
:max="8"
|
||||||
:step="1"
|
:step="1"
|
||||||
/>
|
/>
|
||||||
</UFormField>
|
</UFormField>
|
||||||
|
Reference in New Issue
Block a user