左侧菜优化

This commit is contained in:
禺狨
2023-03-09 18:03:54 +08:00
parent c5bd279d38
commit 3340cacbe1
5 changed files with 32 additions and 10 deletions

View File

@@ -123,7 +123,7 @@ code {
height: 150px;
}
.playedu-main-body {
.playedu-main-top{
width: 100%;
height: auto;
float: left;
@@ -133,6 +133,20 @@ code {
border-radius: 12px;
}
.playedu-main-body {
width: 100%;
height: auto;
min-height: calc(100vh - 252px);
float: left;
background-color: white;
box-sizing: border-box;
padding: 24px;
border-radius: 12px;
&.only{
min-height: calc(100vh - 172px);
}
}
.ant-menu-item {
width: calc(100% - 32px) !important;
margin-left: 16px !important;