mirror of
https://github.com/PlayEdu/backend
synced 2025-12-29 00:39:48 +08:00
左侧菜优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user