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 { .mouseMenu {
.menuBody { .menuBody {
width: 60vw; width: 60vw;
margin-left: 287px; margin-left: 223px;
background: #fff; background: #fff;
position: relative; position: relative;
@ -31,7 +31,6 @@
color: #296bef; color: #296bef;
} }
} }
} }
.closeMenu { .closeMenu {

View File

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