chore: update @pureadmin/theme
This commit is contained in:
parent
d9b62a9e62
commit
46355bf5bb
@ -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
2007
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -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…
Reference in New Issue
Block a user