@@ -152,6 +152,7 @@
#newMenu-root {
width: 100%;
height: 100%;
+ background-color: #F2F2F2;
}
#newMenu-root::-webkit-scrollbar {
@@ -163,8 +164,6 @@
display: flex;
flex-direction: row;
align-items: center;
- /*background: white;*/
- /*border-radius: 8px;*/
.newMenu-group-icon {
@@ -185,6 +184,7 @@
width: 25%;
display: inline-block;
padding: 14px 4px 8px;
+ background: white;
.newMenu-func-layout {