소스 검색

Fix button margin

afc163 8 년 전
부모
커밋
9f5635cc34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/routes/List/BasicList.js

+ 1 - 1
src/routes/List/BasicList.js

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