mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
fix:修复在苹果自带桌面浏览器 safari 中无法输入验证码 (#268)
This commit is contained in:
parent
25f70fd51b
commit
4f165b9391
@ -89,7 +89,6 @@ watch(imgCode, value => {
|
||||
<el-form-item prop="username">
|
||||
<el-input
|
||||
clearable
|
||||
:input-style="{ 'user-select': 'none' }"
|
||||
v-model="ruleForm.username"
|
||||
placeholder="账号"
|
||||
:prefix-icon="useRenderIcon('user')"
|
||||
@ -101,7 +100,6 @@ watch(imgCode, value => {
|
||||
<el-form-item prop="password">
|
||||
<el-input
|
||||
clearable
|
||||
:input-style="{ 'user-select': 'none' }"
|
||||
show-password
|
||||
v-model="ruleForm.password"
|
||||
placeholder="密码"
|
||||
@ -114,7 +112,6 @@ watch(imgCode, value => {
|
||||
<el-form-item prop="verifyCode">
|
||||
<el-input
|
||||
clearable
|
||||
:input-style="{ 'user-select': 'none' }"
|
||||
v-model="ruleForm.verifyCode"
|
||||
placeholder="验证码"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user