💊 fix: 修复订单列表条件查询抖动问题
This commit is contained in:
parent
f0cc0e2c85
commit
3c296ce848
|
@ -530,7 +530,7 @@ export default class orderList extends React.Component {
|
||||||
导出订单
|
导出订单
|
||||||
</Button>
|
</Button>
|
||||||
</p>
|
</p>
|
||||||
<div className="dfleac">
|
<div className="dfleac query-order">
|
||||||
<Select
|
<Select
|
||||||
width="180px"
|
width="180px"
|
||||||
value={this.state.option}
|
value={this.state.option}
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.query-order {
|
||||||
|
height: 41px;
|
||||||
|
}
|
||||||
|
|
||||||
.orderList .iptfillself .label {
|
.orderList .iptfillself .label {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue