Commit 2d7faa0d by 胡锦波

1. init flex处理

parent f8916a54
Showing with 3 additions and 4 deletions
......@@ -3,7 +3,7 @@
<div class="flex-none">
<CommonHeader></CommonHeader>
</div>
<div class="root-contaniner d-flex flex-fill">
<div class="root-contaniner d-flex">
<el-scrollbar class="container-scrollbar-left">
<AsidePanels class="flex-none"></AsidePanels>
</el-scrollbar>
......@@ -40,13 +40,14 @@
min-width: 1200px;
.root-contaniner {
height: 100%;
height: calc(100vh - 64px);
}
.main-container {
height: 100%;
background-color: #f5f6fa;
padding: 24px;
min-height: 540px;
.router-page {
height: 100%;
......@@ -73,8 +74,6 @@
height: 100%;
.el-scrollbar__view {
// display: flex;
// flex-direction: column;
height: 100%;
}
}
......
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 sign in to comment