feat: 优化 all-custom-primevue.vue 表单布局,调整间距和样式
Some checks failed
/ test (push) Failing after 27s
/ surge (push) Successful in 26s

This commit is contained in:
严浩
2024-11-23 22:37:25 +08:00
parent c9601cc680
commit 798954d6f3

View File

@ -4,9 +4,12 @@
pt:content:class="flex justify-center" pt:content:class="flex justify-center"
> >
<form @submit.prevent="onFormSubmit"> <form
class="flex flex-col gap-4 w-full"
@submit.prevent="onFormSubmit"
>
<div class="flex flex-col gap-1"> <div class="flex flex-col gap-2">
<label for="username">Username</label> <label for="username">Username</label>
<InputText <InputText
id="username" id="username"
@ -26,7 +29,7 @@
<FormField <FormField
name="FormField" name="FormField"
initialValue="1" initialValue="1"
class="flex flex-col gap-1" class="flex flex-col gap-2"
> >
<label <label
for="password" for="password"