mirror of
https://github.com/PlayEdu/backend
synced 2025-06-28 20:52:49 +08:00
页面body最小高度
This commit is contained in:
parent
3340cacbe1
commit
761e98d71d
@ -123,7 +123,7 @@ code {
|
|||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.playedu-main-top{
|
.playedu-main-top {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
float: left;
|
float: left;
|
||||||
@ -136,14 +136,14 @@ code {
|
|||||||
.playedu-main-body {
|
.playedu-main-body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: calc(100vh - 252px);
|
min-height: calc(100vh - 172px);
|
||||||
float: left;
|
float: left;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
&.only{
|
&.only {
|
||||||
min-height: calc(100vh - 172px);
|
min-height: calc(100vh - 276px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -211,7 +211,7 @@ export const CoursePage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="playedu-main-body">
|
<div className="playedu-main-body only">
|
||||||
<div className="float-left j-b-flex mb-24">
|
<div className="float-left j-b-flex mb-24">
|
||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
<Link style={{ textDecoration: "none" }} to={`/course/create`}>
|
<Link style={{ textDecoration: "none" }} to={`/course/create`}>
|
||||||
|
@ -234,7 +234,7 @@ export const MemberPage: React.FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="playedu-main-body">
|
<div className="playedu-main-body only">
|
||||||
<div className="float-left j-b-flex mb-24">
|
<div className="float-left j-b-flex mb-24">
|
||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
<Link style={{ textDecoration: "none" }} to={`/member/create`}>
|
<Link style={{ textDecoration: "none" }} to={`/member/create`}>
|
||||||
|
@ -178,7 +178,7 @@ export const SystemAdministratorPage: React.FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="playedu-main-body">
|
<div className="playedu-main-body only">
|
||||||
<div className="float-left j-b-flex mb-24">
|
<div className="float-left j-b-flex mb-24">
|
||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
<Link
|
<Link
|
||||||
|
Loading…
x
Reference in New Issue
Block a user