Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
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
src/routes/User/RegisterResult.js
src/routes/User/RegisterResult.js
+2
-2
src/routes/User/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