fix:修复在苹果自带桌面浏览器 safari 中无法输入验证码 (#268)

This commit is contained in:
ryiot
2022-05-15 20:07:23 +08:00
committed by GitHub
parent 25f70fd51b
commit 4f165b9391

View File

@@ -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="验证码"
>