Commit 5e27eba7 authored by afc163's avatar afc163

Fix margins

parent f45aeee0
......@@ -64,7 +64,7 @@
}
.logo, .content, .extraContent {
margin-bottom: 12px;
margin-bottom: 16px;
}
.action, .extraContent {
......
......@@ -162,7 +162,7 @@ export default class BasicForms extends PureComponent {
mode="multiple"
placeholder="公开给"
style={{
margin: '12px 0',
margin: '8px 0',
display: getFieldValue('public') === '2' ? 'block' : 'none',
}}
>
......@@ -173,7 +173,7 @@ export default class BasicForms extends PureComponent {
)}
</div>
</FormItem>
<FormItem {...submitFormLayout} style={{ marginTop: 40 }}>
<FormItem {...submitFormLayout} style={{ marginTop: 32 }}>
<Button type="primary" htmlType="submit" loading={submitting}>
提交
</Button>
......
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