style: 💄 修改了几处样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user