Commit 9be2358b authored by afc163's avatar afc163

fix style

parent a5b4c85b
......@@ -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}>
......
......@@ -20,6 +20,9 @@
flex: 1;
}
}
.sumbitButtons {
white-space: nowrap;
}
}
@media screen and (max-width: @screen-lg) {
......
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