完整的教务系统前端项目 - 包含所有修复和9月份数据
This commit is contained in:
21
src/components/Layout/index.css
Normal file
21
src/components/Layout/index.css
Normal file
@@ -0,0 +1,21 @@
|
||||
/* 布局相关样式 */
|
||||
.app-layout {
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
background-color: #f2f3f5;
|
||||
|
||||
.app-layout-spin {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
/* 主内容区域 */
|
||||
.main-content {
|
||||
flex: 1;
|
||||
height: 100vh;
|
||||
overflow-y: auto;
|
||||
transition: margin-left 0.3s ease;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
Reference in New Issue
Block a user