fix: fix the top menu adaptive failure

This commit is contained in:
vben
2020-10-19 22:56:10 +08:00
parent 5737e478f6
commit 2f12556d26
7 changed files with 72 additions and 24 deletions

View File

@@ -206,7 +206,7 @@
&__content {
flex-grow: 1;
display: flex;
justify-content: center;
// justify-content: center;
align-items: center;
}
@@ -346,11 +346,11 @@
}
&__menu {
display: flex;
// display: flex;
margin-left: 20px;
overflow: hidden;
align-items: center;
flex-grow: 1;
// flex-grow: 1;
}
&__user-dropdown {