소스 검색

Fix code indent

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

+ 3 - 1
src/routes/List/TableList.js

@@ -283,7 +283,9 @@ export default class TableList extends PureComponent {
               {this.renderForm()}
             </div>
             <div className={styles.tableListOperator}>
-              <Button icon="plus" type="primary" onClick={() => this.handleModalVisible(true)}>新建</Button>
+              <Button icon="plus" type="primary" onClick={() => this.handleModalVisible(true)}>
+                新建
+              </Button>
               {
                 selectedRows.length > 0 && (
                   <span>