新增忘记密码功能
This commit is contained in:
parent
45b9b5a10f
commit
0faca92e59
1
dist/css/app.1e1e3aa4.css
vendored
Normal file
1
dist/css/app.1e1e3aa4.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/css/app.9b20bb13.css
vendored
1
dist/css/app.9b20bb13.css
vendored
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -1 +1 @@
|
||||
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.e0d4faab.js"></script><script defer="defer" src="/js/app.87adfba5.js"></script><link href="/css/chunk-vendors.c52e575a.css" rel="stylesheet"><link href="/css/app.9b20bb13.css" rel="stylesheet"></head><body><noscript><strong>抱歉,NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html>
|
||||
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.e0d4faab.js"></script><script defer="defer" src="/js/app.ebe66981.js"></script><link href="/css/chunk-vendors.c52e575a.css" rel="stylesheet"><link href="/css/app.1e1e3aa4.css" rel="stylesheet"></head><body><noscript><strong>抱歉,NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -34,6 +34,10 @@
|
||||
class="form-input"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="forgot-password-container">
|
||||
<a href="https://newfront.xn--xhq44jb2fzpc.com/changePwd" target="_blank" class="forgot-password-link">忘记密码?</a>
|
||||
</div>
|
||||
|
||||
<div class="message" :class="{ 'error': messageIsError, 'success': !messageIsError }" v-if="message">
|
||||
{{ message }}
|
||||
@ -505,6 +509,23 @@ label {
|
||||
}
|
||||
}
|
||||
|
||||
.forgot-password-container {
|
||||
text-align: right;
|
||||
margin-top: -0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.forgot-password-link {
|
||||
color: #3273dc;
|
||||
font-size: 0.9rem;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s;
|
||||
|
||||
&:hover {
|
||||
color: #2366d1;
|
||||
}
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 1rem 0;
|
||||
padding: 0.75rem;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user