ddcat1115 8 lat temu
rodzic
commit
03c26af8c5

+ 2 - 0
src/routes/Forms/StepForm/Step2.js

@@ -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 },

+ 3 - 3
src/routes/Forms/StepForm/style.less

@@ -1,7 +1,7 @@
 @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;
 }