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