更新 SiteCard.vue

This commit is contained in:
jxxghp
2023-07-09 21:23:13 +08:00
committed by GitHub
parent 4c0cb0706f
commit 60b9bfabf0

View File

@@ -288,14 +288,14 @@ onMounted(() => {
<VCardText>
<VForm @submit.prevent="() => {}">
<VRow>
<VCol cols="6">
<VCol cols="12" md="6">
<VTextField
v-model="userPwForm.username"
label="用户名"
:rules="[requiredValidator]"
/>
</VCol>
<VCol cols="6">
<VCol cols="12" md="6">
<VTextField
v-model="userPwForm.password"
label="密码"