修复首页
This commit is contained in:
parent
a06e7134dc
commit
d8e89c92f9
@ -35,7 +35,7 @@
|
||||
.menu{
|
||||
user-select: none;
|
||||
width: 171px;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: linear-gradient(0deg, #0EDCC2, #50DF98, #7EE278, #A2E562);
|
||||
|
@ -2,9 +2,9 @@
|
||||
<div class="mine">
|
||||
<NavTop style="flex-shrink:0"></NavTop>
|
||||
<div class="body">
|
||||
<Menu style="flex-shrink:0"></Menu>
|
||||
<Menu></Menu>
|
||||
<div class="container">
|
||||
|
||||
<router-view/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -13,12 +13,16 @@
|
||||
.mine{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
.body{
|
||||
display: flex;
|
||||
height: calc(100% - 57px);
|
||||
.container{
|
||||
width: 100%;
|
||||
width: calc(100% - 171px);
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
background-color: #F5F5F5;
|
||||
padding: 23rpx;
|
||||
padding: 23px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user