Commit 486ec4fa authored by afc163's avatar afc163

Fix code indent

parent 43add560
......@@ -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>
......
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