username auto focus
This commit is contained in:
parent
37001b2572
commit
3171ba063c
|
@ -16,7 +16,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="form">
|
<div class="form">
|
||||||
<el-form-item prop="username">
|
<el-form-item prop="username">
|
||||||
<el-input v-model="form.username" placeholder="邮箱" autocomplete="off" maxlength="100"
|
<el-input v-model="form.username" placeholder="邮箱" autofocus autocomplete="off" maxlength="100"
|
||||||
show-word-limit/>
|
show-word-limit/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item prop="password">
|
<el-form-item prop="password">
|
||||||
|
|
Loading…
Reference in New Issue