mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-21 02:15:54 +08:00
修改账户昵称过长问题以及viper 在pr上提的Bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user