Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
269bd1aa
Commit
269bd1aa
authored
Aug 26, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
忘记密码样式
parent
a2fbe1a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/components/passport/forgotPassword/forgot-password.scss
+4
-1
src/components/passport/forgotPassword/index.js
+1
-1
No files found.
src/components/passport/forgotPassword/forgot-password.scss
View file @
269bd1aa
...
@@ -22,5 +22,7 @@
...
@@ -22,5 +22,7 @@
margin-bottom
:
21px
;
margin-bottom
:
21px
;
}
}
.next_step
{
margin-top
:
32px
;
}
}
}
\ No newline at end of file
src/components/passport/forgotPassword/index.js
View file @
269bd1aa
...
@@ -89,7 +89,7 @@ class ForgotPassword extends Component {
...
@@ -89,7 +89,7 @@ class ForgotPassword extends Component {
}
}
<
OnSubmissionError
callback
=
{
this
.
onSubmissionError
}
/
>
<
OnSubmissionError
callback
=
{
this
.
onSubmissionError
}
/
>
<
Captcha
getInstance
=
{
this
.
getCaptchaInstance
}
onVerify
=
{
this
.
onVerify
}
/
>
<
Captcha
getInstance
=
{
this
.
getCaptchaInstance
}
onVerify
=
{
this
.
onVerify
}
/
>
<
Button
active
=
{
isValid
}
>
下一步
<
/Button
>
<
Button
className
=
{
'next_step'
}
active
=
{
isValid
}
>
下一步
<
/Button
>
<
/Form
>
<
/Form
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment