fix: 修复订单loading

This commit is contained in:
zhangds 2024-06-21 14:19:07 +08:00
parent 7b7a090eba
commit cbec07cc71
2 changed files with 41 additions and 42 deletions

View File

@ -1,7 +1,7 @@
.mouseMenu {
.menuBody {
width: 60vw;
margin-left: 287px;
margin-left: 223px;
background: #fff;
position: relative;
@ -9,7 +9,7 @@
display: flex;
width: 60vw;
>div {
> div {
width: 140px;
.menu_items {
@ -31,7 +31,6 @@
color: #296bef;
}
}
}
.closeMenu {

View File

@ -1179,7 +1179,7 @@ export default class orderList extends React.Component {
/>
</Dialog>
<FullScreenLoading loading={this.state.noBgOpen} />
{/* <FullScreenLoading loading={this.state.noBgOpen} /> */}
</div>
)
}