change style

This commit is contained in:
hufeixiong
2021-08-12 15:59:03 +08:00
parent b15f712e48
commit b820a3fa04
6 changed files with 27 additions and 23 deletions

View File

@@ -162,14 +162,22 @@
}
}
}
.menuWidth.menus {
width: initial;
}
.menuStyle {
.menuStyle.menus {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
height: auto !important ;
padding: 8px 16px !important ;
height: auto;
span:nth-child(1) {
margin-top: 10px;
}
span:nth-child(2) {
margin-left: 0;
}
}
.menu_footer {
display: flex;