Commit 03c26af8 authored by ddcat1115's avatar ddcat1115

update style

parent 979ce4fd
......@@ -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 },
......
@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 80px;
padding: 0 48px;
color: @text-color-secondary;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment