fix(扫码登录): 扩大密码登录输入框的限制长度
This commit is contained in:
parent
f0ace86afb
commit
06f4e4d999
|
@ -42,7 +42,7 @@
|
|||
:placeholder="$t('commons.password')"
|
||||
show-password
|
||||
autocomplete="off"
|
||||
maxlength="30"
|
||||
maxlength="65"
|
||||
show-word-limit />
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
|
Loading…
Reference in New Issue