update: Comment out min-width in MainLayout for flexible layout adjustments

This commit is contained in:
Lexcubia 2025-04-20 20:21:58 +08:00
parent 1fcc3432c1
commit f0ee5102af
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import Sidebar from '../components/Sidebar.vue'
.main-layout {
display: flex;
height: 100%;
min-width: 640px;
/* min-width: 640px; */
overflow: hidden; /* 防止内部滚动影响布局 */
}