Commit 9f5635cc authored by afc163's avatar afc163

Fix button margin

parent 1b069a09
...@@ -117,7 +117,7 @@ export default class BasicList extends PureComponent { ...@@ -117,7 +117,7 @@ export default class BasicList extends PureComponent {
bodyStyle={{ padding: '0 32px 40px 32px' }} bodyStyle={{ padding: '0 32px 40px 32px' }}
extra={extraContent} extra={extraContent}
> >
<Button type="dashed" style={{ width: '100%', margin: 8 }} icon="plus"> <Button type="dashed" style={{ width: '100%', marginBottom: 8 }} icon="plus">
添加 添加
</Button> </Button>
<List <List
......
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