diff --git a/src/index.less b/src/index.less index d165b2f..97b34c6 100644 --- a/src/index.less +++ b/src/index.less @@ -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); } } diff --git a/src/pages/course/index.tsx b/src/pages/course/index.tsx index f5564da..76285b9 100644 --- a/src/pages/course/index.tsx +++ b/src/pages/course/index.tsx @@ -211,7 +211,7 @@ export const CoursePage = () => { -