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

@ -63,7 +63,7 @@
"@iconify-icons/ri": "^1.2.1",
"@iconify/vue": "^3.2.0",
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@pureadmin/theme": "^1.1.0",
"@pureadmin/theme": "^2.4.0",
"@types/element-resize-detector": "1.1.3",
"@types/js-cookie": "^3.0.1",
"@types/lodash": "^4.14.180",

2007
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

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