Browse Source

fix style

pull/37/head
afc163 9 years ago
parent
commit
9be2358b4d
  1. 2
      src/routes/List/TableList.js
  2. 3
      src/routes/List/TableList.less

2
src/routes/List/TableList.js

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

3
src/routes/List/TableList.less

@ -20,6 +20,9 @@
flex: 1;
}
}
.sumbitButtons {
white-space: nowrap;
}
}
@media screen and (max-width: @screen-lg) {

Loading…
Cancel
Save