Commit 4caa56a1 authored by “yiyousong”'s avatar “yiyousong”

perf: 修改登录页

parent 52681289
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,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
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,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
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,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
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,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