Commit 203d692d authored by “yiyousong”'s avatar “yiyousong”

perf: 修改登录页

parent c8dc5d0e
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
v-model="form.password" v-model="form.password"
@pressEnter="handleSubmit" @pressEnter="handleSubmit"
> >
<img slot="prefix" src="@/assets/images/icon-user.png" /> <img slot="prefix" src="@/assets/images/icon-pwd.png" />
<template slot="suffix"> <template slot="suffix">
<a-space> <a-space>
<img <img
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
v-model="changePwdForm.oldPwd" v-model="changePwdForm.oldPwd"
@pressEnter="changePwd" @pressEnter="changePwd"
> >
<img slot="prefix" src="@/assets/images/icon-user.png" /> <img slot="prefix" src="@/assets/images/icon-pwd.png" />
<template slot="suffix"> <template slot="suffix">
<a-space> <a-space>
<img <img
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
v-model="changePwdForm.newPwd" v-model="changePwdForm.newPwd"
@pressEnter="changePwd" @pressEnter="changePwd"
> >
<img slot="prefix" src="@/assets/images/icon-user.png" /> <img slot="prefix" src="@/assets/images/icon-pwd.png" />
<template slot="suffix"> <template slot="suffix">
<a-space> <a-space>
<img <img
...@@ -205,7 +205,7 @@ ...@@ -205,7 +205,7 @@
v-model="changePwdForm.newPwdAgain" v-model="changePwdForm.newPwdAgain"
@pressEnter="changePwd" @pressEnter="changePwd"
> >
<img slot="prefix" src="@/assets/images/icon-user.png" /> <img slot="prefix" src="@/assets/images/icon-pwd.png" />
<template slot="suffix"> <template slot="suffix">
<a-space> <a-space>
<img <img
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment