💊 fix: 修复订单列表条件查询抖动问题

This commit is contained in:
wangsongsole 2023-07-07 20:29:40 +08:00
parent f0cc0e2c85
commit 3c296ce848
2 changed files with 5 additions and 1 deletions

View File

@ -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}

View File

@ -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;
} }