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
bde065b7
Commit
bde065b7
authored
Sep 25, 2017
by
ddcat1115
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Result style #14
parent
7e69f3c9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
src/components/Result/index.less
src/components/Result/index.less
+2
-0
src/routes/Result/Error.js
src/routes/Result/Error.js
+1
-1
src/routes/Result/Success.js
src/routes/Result/Success.js
+1
-1
No files found.
src/components/Result/index.less
View file @
bde065b7
...
...
@@ -2,6 +2,8 @@
.result {
text-align: center;
width: 72%;
margin: 0 auto;
.icon {
font-size: 72px;
...
...
src/routes/Result/Error.js
View file @
bde065b7
...
...
@@ -30,7 +30,7 @@ export default () => (
description
=
"
请核对并修改以下信息后,再重新提交。
"
extra
=
{
extra
}
actions
=
{
actions
}
style
=
{{
margin
:
'
30px 120px
'
}}
style
=
{{
margin
Top
:
30
,
marginBottom
:
30
}}
/
>
<
/Card
>
<
/PageHeaderLayout
>
...
...
src/routes/Result/Success.js
View file @
bde065b7
...
...
@@ -62,7 +62,7 @@ export default () => (
“单据”的需求,下面这个灰色区域可以呈现比较复杂的内容。
"
extra
=
{
extra
}
actions
=
{
actions
}
style
=
{{
margin
:
'
30px 120px
'
}}
style
=
{{
margin
Top
:
30
,
marginBottom
:
30
}}
/
>
<
/Card
>
<
/PageHeaderLayout
>
...
...
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