mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-30 01:38:10 +08:00
fix: 拓展密码长度
This commit is contained in:
parent
67c6d143a9
commit
11b6f6ddb8
@ -69,7 +69,7 @@
|
||||
<n-input
|
||||
v-model:value="formInline.password"
|
||||
type="password"
|
||||
maxlength="16"
|
||||
maxlength="20"
|
||||
show-password-on="click"
|
||||
:placeholder="$t('global.form_password')"
|
||||
@keydown.enter="handleSubmit"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user