|
@@ -247,7 +247,7 @@ export default class TableList extends PureComponent {
|
|
|
</FormItem>
|
|
</FormItem>
|
|
|
</Col>
|
|
</Col>
|
|
|
</Row>
|
|
</Row>
|
|
|
- <div>
|
|
|
|
|
|
|
+ <div style={{ overflow: 'hidden' }}>
|
|
|
<span style={{ float: 'right' }}>
|
|
<span style={{ float: 'right' }}>
|
|
|
<Button type="primary" htmlType="submit">查询</Button>
|
|
<Button type="primary" htmlType="submit">查询</Button>
|
|
|
<Button style={{ marginLeft: 8 }} onClick={this.handleFormReset}>重置</Button>
|
|
<Button style={{ marginLeft: 8 }} onClick={this.handleFormReset}>重置</Button>
|