fix: BUG修改
This commit is contained in:
parent
328ba091d7
commit
66d07e587e
@ -79,6 +79,7 @@ const goHome = () => {
|
|||||||
// padding-top: 10px;
|
// padding-top: 10px;
|
||||||
height: calc(100% - 55px); // 减去头部高度
|
height: calc(100% - 55px); // 减去头部高度
|
||||||
.classic-main {
|
.classic-main {
|
||||||
|
width: calc(100% - 200px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -110,6 +110,7 @@
|
|||||||
}
|
}
|
||||||
.LeftMenu {
|
.LeftMenu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
width: 300px;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
height: 94%;
|
height: 94%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user