mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:54:00 +08:00
fix: fix the top menu adaptive failure
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user