Commit bde065b7 authored by ddcat1115's avatar ddcat1115

fix Result style #14

parent 7e69f3c9
......@@ -2,6 +2,8 @@
.result {
text-align: center;
width: 72%;
margin: 0 auto;
.icon {
font-size: 72px;
......
......@@ -30,7 +30,7 @@ export default () => (
description="请核对并修改以下信息后,再重新提交。"
extra={extra}
actions={actions}
style={{ margin: '30px 120px' }}
style={{ marginTop: 30, marginBottom: 30 }}
/>
</Card>
</PageHeaderLayout>
......
......@@ -62,7 +62,7 @@ export default () => (
“单据”的需求,下面这个灰色区域可以呈现比较复杂的内容。"
extra={extra}
actions={actions}
style={{ margin: '30px 120px' }}
style={{ marginTop: 30, marginBottom: 30 }}
/>
</Card>
</PageHeaderLayout>
......
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