Commit 03c26af8 authored by ddcat1115's avatar ddcat1115

update style

parent 979ce4fd
...@@ -25,6 +25,7 @@ export default ({ formItemLayout, form, data, dispatch, submitting }) => { ...@@ -25,6 +25,7 @@ export default ({ formItemLayout, form, data, dispatch, submitting }) => {
return ( return (
<Form layout="horizontal" className={styles.stepForm}> <Form layout="horizontal" className={styles.stepForm}>
<Alert <Alert
closable
showIcon showIcon
message="确认转账后,资金将直接打入对方账户,无法退回。" message="确认转账后,资金将直接打入对方账户,无法退回。"
style={{ marginBottom: 24 }} style={{ marginBottom: 24 }}
...@@ -73,6 +74,7 @@ export default ({ formItemLayout, form, data, dispatch, submitting }) => { ...@@ -73,6 +74,7 @@ export default ({ formItemLayout, form, data, dispatch, submitting }) => {
)} )}
</Form.Item> </Form.Item>
<Form.Item <Form.Item
style={{ marginBottom: 8 }}
wrapperCol={{ wrapperCol={{
xs: { span: 24, offset: 0 }, xs: { span: 24, offset: 0 },
sm: { span: formItemLayout.wrapperCol.span, offset: formItemLayout.labelCol.span }, sm: { span: formItemLayout.wrapperCol.span, offset: formItemLayout.labelCol.span },
......
@import "~antd/lib/style/themes/default.less"; @import "~antd/lib/style/themes/default.less";
.stepForm { .stepForm {
margin: 40px auto; margin: 40px auto 0;
max-width: 500px; max-width: 500px;
} }
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
.result { .result {
margin: 0 auto; margin: 0 auto;
max-width: 560px; max-width: 560px;
padding: 24px 0; padding: 24px 0 8px;
} }
.desc { .desc {
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
margin-bottom: 12px; margin-bottom: 12px;
line-height: 22px; line-height: 22px;
} }
padding: 0 80px; padding: 0 48px;
color: @text-color-secondary; 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