Browse Source

TYPO in TableList (#74)

* sumbit(submit) typo

change styles.sumbitButtons to styles.submitButtons

* Update TableList.less
pull/7966/head
FOCUS 9 years ago
committed by 偏右
parent
commit
829358260b
  1. 2
      src/routes/List/TableList.js
  2. 2
      src/routes/List/TableList.less

2
src/routes/List/TableList.js

@ -175,7 +175,7 @@ export default class TableList extends PureComponent {
</FormItem>
</Col>
<Col md={8} sm={24}>
<span className={styles.sumbitButtons}>
<span className={styles.submitButtons}>
<Button type="primary" htmlType="submit">查询</Button>
<Button style={{ marginLeft: 8 }} onClick={this.handleFormReset}>重置</Button>
<a style={{ marginLeft: 8 }} onClick={this.toggleForm}>

2
src/routes/List/TableList.less

@ -26,7 +26,7 @@
flex: 1;
}
}
.sumbitButtons {
.submitButtons {
white-space: nowrap;
margin-bottom: 24px;
}

Loading…
Cancel
Save