fix: 修复订单loading
This commit is contained in:
parent
7b7a090eba
commit
cbec07cc71
|
@ -1,7 +1,7 @@
|
|||
.mouseMenu {
|
||||
.menuBody {
|
||||
width: 60vw;
|
||||
margin-left: 287px;
|
||||
margin-left: 223px;
|
||||
background: #fff;
|
||||
position: relative;
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
|||
color: #296bef;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.closeMenu {
|
||||
|
|
|
@ -1179,7 +1179,7 @@ export default class orderList extends React.Component {
|
|||
/>
|
||||
</Dialog>
|
||||
|
||||
<FullScreenLoading loading={this.state.noBgOpen} />
|
||||
{/* <FullScreenLoading loading={this.state.noBgOpen} /> */}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue