diff --git a/src/components/mouseMenu/main.less b/src/components/mouseMenu/main.less
index e97ec323..d9144cbd 100644
--- a/src/components/mouseMenu/main.less
+++ b/src/components/mouseMenu/main.less
@@ -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;
}
+ }
}
-}
\ No newline at end of file
+
+ .closeMenu {
+ position: absolute;
+ bottom: 20px;
+ right: 5%;
+ font-size: 30px;
+ cursor: pointer;
+
+ &:hover {
+ color: #296bef;
+ font-weight: bold;
+ }
+ }
+ }
+}
diff --git a/src/pages/order/list/list.js b/src/pages/order/list/list.js
index 27b87e22..832b17d5 100644
--- a/src/pages/order/list/list.js
+++ b/src/pages/order/list/list.js
@@ -1179,7 +1179,7 @@ export default class orderList extends React.Component {
/>
-
+ {/* */}
)
}