From 761e98d71dfa037f81ab07262777f33a1b1f629d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Fri, 10 Mar 2023 09:46:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2body=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.less | 8 ++++---- src/pages/course/index.tsx | 2 +- src/pages/member/index.tsx | 2 +- src/pages/system/administrator/index.tsx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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 = () => { -