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
P
pro-blocks
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
pro-blocks
Commits
03c26af8
Commit
03c26af8
authored
Oct 26, 2017
by
ddcat1115
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update style
parent
979ce4fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/routes/Forms/StepForm/Step2.js
src/routes/Forms/StepForm/Step2.js
+2
-0
src/routes/Forms/StepForm/style.less
src/routes/Forms/StepForm/style.less
+3
-3
No files found.
src/routes/Forms/StepForm/Step2.js
View file @
03c26af8
...
...
@@ -25,6 +25,7 @@ export default ({ formItemLayout, form, data, dispatch, submitting }) => {
return
(
<
Form
layout
=
"
horizontal
"
className
=
{
styles
.
stepForm
}
>
<
Alert
closable
showIcon
message
=
"
确认转账后,资金将直接打入对方账户,无法退回。
"
style
=
{{
marginBottom
:
24
}}
...
...
@@ -73,6 +74,7 @@ export default ({ formItemLayout, form, data, dispatch, submitting }) => {
)}
<
/Form.Item
>
<
Form
.
Item
style
=
{{
marginBottom
:
8
}}
wrapperCol
=
{{
xs
:
{
span
:
24
,
offset
:
0
},
sm
:
{
span
:
formItemLayout
.
wrapperCol
.
span
,
offset
:
formItemLayout
.
labelCol
.
span
},
...
...
src/routes/Forms/StepForm/style.less
View file @
03c26af8
@import "~antd/lib/style/themes/default.less";
.stepForm {
margin: 40px auto;
margin: 40px auto
0
;
max-width: 500px;
}
...
...
@@ -18,7 +18,7 @@
.result {
margin: 0 auto;
max-width: 560px;
padding: 24px 0;
padding: 24px 0
8px
;
}
.desc {
...
...
@@ -39,7 +39,7 @@
margin-bottom: 12px;
line-height: 22px;
}
padding: 0
80
px;
padding: 0
48
px;
color: @text-color-secondary;
}
...
...
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