Commit de1b7607 authored by afc163's avatar afc163

update advanced form style

parent 0a27682f
......@@ -247,7 +247,7 @@ export default class TableList extends PureComponent {
</FormItem>
</Col>
</Row>
<div>
<div style={{ overflow: 'hidden' }}>
<span style={{ float: 'right' }}>
<Button type="primary" htmlType="submit">查询</Button>
<Button style={{ marginLeft: 8 }} onClick={this.handleFormReset}>重置</Button>
......
......@@ -14,6 +14,7 @@
:global {
.ant-form-item {
margin-bottom: 24px;
margin-right: 0;
display: flex;
}
.ant-form-item-control-wrapper {
......
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