style: 💄 修改了几处样式

This commit is contained in:
2025-08-22 13:28:30 +08:00
parent cf5f161458
commit bba32ca5fb
5 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
/* 布局相关样式 */
.app-layout {
display: flex;
min-height: 100vh;
height: 100vh;
width: 100%;
background-color: #f2f3f5;
@@ -13,7 +13,8 @@
/* 主内容区域 */
.main-content {
flex: 1;
overflow: hidden;
height: 100vh;
overflow-y: auto;
transition: margin-left 0.3s ease;
display: flex;
flex-direction: column;