Commit 486ec4fa authored by afc163's avatar afc163

Fix code indent

parent 43add560
...@@ -283,7 +283,9 @@ export default class TableList extends PureComponent { ...@@ -283,7 +283,9 @@ export default class TableList extends PureComponent {
{this.renderForm()} {this.renderForm()}
</div> </div>
<div className={styles.tableListOperator}> <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 && ( selectedRows.length > 0 && (
<span> <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