fix: BUG修改

This commit is contained in:
kun 2023-05-29 19:35:15 +08:00
parent 328ba091d7
commit 66d07e587e
2 changed files with 2 additions and 0 deletions

View File

@ -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;
} }

View File

@ -110,6 +110,7 @@
} }
.LeftMenu { .LeftMenu {
position: absolute; position: absolute;
width: 300px;
top: 10px; top: 10px;
left: 10px; left: 10px;
height: 94%; height: 94%;