Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ant-design-pro
Project
Project
Details
Activity
Releases
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thiago Borges
ant-design-pro
Commits
f8d345fe
Commit
f8d345fe
authored
Oct 31, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix RegisterResult button style
parent
3a941f2b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
RegisterResult.js
src/routes/User/RegisterResult.js
+2
-2
RegisterResult.less
src/routes/User/RegisterResult.less
+3
-0
No files found.
src/routes/User/RegisterResult.js
View file @
f8d345fe
...
...
@@ -8,8 +8,8 @@ const title = <div className={styles.title}>你的账户:AntDesign@example.com
const
actions
=
(
<
div
className
=
{
styles
.
actions
}
>
<
Button
size
=
"large"
type
=
"primary"
><
a
href
=
""
>
查看邮箱
<
/a></
Button
>
<
Button
size
=
"large"
><
Link
to
=
"/"
>
返回首页
<
/Link></
Button
>
<
a
href
=
""
><
Button
size
=
"large"
type
=
"primary"
>
查看邮箱
<
/Button></
a
>
<
Link
to
=
"/"
><
Button
size
=
"large"
>
返回首页
<
/Button></
Link
>
<
/div
>
);
...
...
src/routes/User/RegisterResult.less
View file @
f8d345fe
...
...
@@ -11,5 +11,8 @@
}
.actions {
margin-top: 40px;
a + a {
margin-left: 8px;
}
}
}
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