Commit 82935826 authored by FOCUS's avatar FOCUS Committed by 偏右

TYPO in TableList (#74)

* sumbit(submit) typo

change styles.sumbitButtons to styles.submitButtons

* Update TableList.less
parent 9059189a
......@@ -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}>
......
......@@ -26,7 +26,7 @@
flex: 1;
}
}
.sumbitButtons {
.submitButtons {
white-space: nowrap;
margin-bottom: 24px;
}
......
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