更新 SiteCard.vue

This commit is contained in:
jxxghp
2023-07-09 21:23:13 +08:00
committed by GitHub
parent 4c0cb0706f
commit 60b9bfabf0
+2 -2
View File
@@ -288,14 +288,14 @@ onMounted(() => {
<VCardText> <VCardText>
<VForm @submit.prevent="() => {}"> <VForm @submit.prevent="() => {}">
<VRow> <VRow>
<VCol cols="6"> <VCol cols="12" md="6">
<VTextField <VTextField
v-model="userPwForm.username" v-model="userPwForm.username"
label="用户名" label="用户名"
:rules="[requiredValidator]" :rules="[requiredValidator]"
/> />
</VCol> </VCol>
<VCol cols="6"> <VCol cols="12" md="6">
<VTextField <VTextField
v-model="userPwForm.password" v-model="userPwForm.password"
label="密码" label="密码"