Browse Source

Fix button margin

pull/37/head
afc163 9 years ago
parent
commit
9f5635cc34
  1. 2
      src/routes/List/BasicList.js

2
src/routes/List/BasicList.js

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

Loading…
Cancel
Save