修改账户昵称过长问题以及viper 在pr上提的Bug

This commit is contained in:
ran
2022-04-28 16:13:36 +08:00
parent 24f4a36082
commit 1691f8244f
4 changed files with 54 additions and 56 deletions

View File

@@ -24,7 +24,7 @@
{{ userForm.username }}
</FormItem>
<FormItem label="昵称:" prop="nickName">
<Input v-model="userForm.nickName" style="width: 250px"/>
<Input maxlength="20" v-model="userForm.nickName" style="width: 250px"/>
</FormItem>
<FormItem>
<Button
@@ -195,4 +195,4 @@ export default {
}
}
</style>
</style>