mirror of
https://github.com/PlayEdu/backend
synced 2025-12-29 00:39:48 +08:00
页面body最小高度
This commit is contained in:
@@ -123,7 +123,7 @@ code {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.playedu-main-top{
|
||||
.playedu-main-top {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
float: left;
|
||||
@@ -136,14 +136,14 @@ code {
|
||||
.playedu-main-body {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
min-height: calc(100vh - 252px);
|
||||
min-height: calc(100vh - 172px);
|
||||
float: left;
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 24px;
|
||||
border-radius: 12px;
|
||||
&.only{
|
||||
min-height: calc(100vh - 172px);
|
||||
&.only {
|
||||
min-height: calc(100vh - 276px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user