Browse Source

fix Result style #14

pull/17/head
ddcat1115 9 years ago
parent
commit
bde065b7ed
  1. 2
      src/components/Result/index.less
  2. 2
      src/routes/Result/Error.js
  3. 2
      src/routes/Result/Success.js

2
src/components/Result/index.less

@ -2,6 +2,8 @@
.result {
text-align: center;
width: 72%;
margin: 0 auto;
.icon {
font-size: 72px;

2
src/routes/Result/Error.js

@ -30,7 +30,7 @@ export default () => (
description="请核对并修改以下信息后,再重新提交。"
extra={extra}
actions={actions}
style={{ margin: '30px 120px' }}
style={{ marginTop: 30, marginBottom: 30 }}
/>
</Card>
</PageHeaderLayout>

2
src/routes/Result/Success.js

@ -62,7 +62,7 @@ export default () => (
单据的需求下面这个灰色区域可以呈现比较复杂的内容"
extra={extra}
actions={actions}
style={{ margin: '30px 120px' }}
style={{ marginTop: 30, marginBottom: 30 }}
/>
</Card>
</PageHeaderLayout>

Loading…
Cancel
Save