fix: 修复订单loading
This commit is contained in:
parent
7b7a090eba
commit
cbec07cc71
|
@ -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;
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 60vw;
|
width: 60vw;
|
||||||
|
|
||||||
>div {
|
> div {
|
||||||
width: 140px;
|
width: 140px;
|
||||||
|
|
||||||
.menu_items {
|
.menu_items {
|
||||||
|
@ -31,7 +31,6 @@
|
||||||
color: #296bef;
|
color: #296bef;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.closeMenu {
|
.closeMenu {
|
||||||
|
|
|
@ -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>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue