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,50 +1,49 @@
.mouseMenu {
.menuBody {
width: 60vw;
margin-left: 287px;
background: #fff;
position: relative;
.menuBody {
width: 60vw;
margin-left: 223px;
background: #fff;
position: relative;
.first_menu {
display: flex;
width: 60vw;
.first_menu {
display: flex;
width: 60vw;
>div {
width: 140px;
> div {
width: 140px;
.menu_items {
// justify-content: flex-start;
padding: 0;
font-size: 14px;
color: #333;
width: 100%;
line-height: 40px;
&:hover {
background: #f6f7f8;
color: #296bef;
}
}
.mouse_menuactive {
font-weight: bold;
color: #296bef;
}
}
.menu_items {
// justify-content: flex-start;
padding: 0;
font-size: 14px;
color: #333;
width: 100%;
line-height: 40px;
&:hover {
background: #f6f7f8;
color: #296bef;
}
}
.closeMenu {
position: absolute;
bottom: 20px;
right: 5%;
font-size: 30px;
cursor: pointer;
&:hover {
color: #296bef;
font-weight: bold;
}
.mouse_menuactive {
font-weight: bold;
color: #296bef;
}
}
}
.closeMenu {
position: absolute;
bottom: 20px;
right: 5%;
font-size: 30px;
cursor: pointer;
&:hover {
color: #296bef;
font-weight: bold;
}
}
}
}

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