chore: update @pureadmin/theme

This commit is contained in:
xiaoxian521
2022-07-04 13:26:07 +08:00
parent d9b62a9e62
commit 46355bf5bb
3 changed files with 1091 additions and 921 deletions

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