Commit 001f85db authored by 高滢's avatar 高滢

feat(页面统一): 样式

parent c830e5cd
...@@ -123,14 +123,30 @@ aside { ...@@ -123,14 +123,30 @@ aside {
//main-container全局样式 //main-container全局样式
.app-container { .app-container {
display: flex;
flex-direction: column; /* 垂直排列 */
padding: 20px; padding: 20px;
background: #FAFAFB; background: #FAFAFB;
min-height: calc(100vh - 100px); min-height: calc(100vh - 100px);
} }
.formSearch {
background: #ffffff;
margin-bottom: 20px;
box-shadow: 0 2px 2px 0 #b3b3b380;
border-radius: 2px;
min-height:100px;
padding: 30px;
}
.contentTable {
background: #ffffff;
box-shadow: 0 2px 2px 0 #b3b3b380;
border-radius: 2px;
flex: 1; /* 占满剩余高度 */
padding: 30px;
}
.content{ .content{
padding: 20px; padding: 20px;
margin-bottom: 10px; flex: 1;
height:calc(100vh - 149px);
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0 2px 2px 0 #b3b3b380; box-shadow: 0 2px 2px 0 #b3b3b380;
border-radius: 2px; border-radius: 2px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment