update: Comment out min-width in MainLayout for flexible layout adjustments
This commit is contained in:
parent
1fcc3432c1
commit
f0ee5102af
|
@ -16,7 +16,7 @@ import Sidebar from '../components/Sidebar.vue'
|
|||
.main-layout {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
min-width: 640px;
|
||||
/* min-width: 640px; */
|
||||
overflow: hidden; /* 防止内部滚动影响布局 */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue