skyblued 2 years ago
parent
commit
1b9684257e

+ 2 - 1
src/student/leaderboard/index.module.less

@@ -37,7 +37,8 @@
   padding: 12px;
   border-radius: 12px;
   background-color: #fff;
-  min-height: 90%;
+  min-height: 100%;
+  box-sizing: border-box;
 }
 .item {
   display: flex;

+ 2 - 1
src/teacher/leaderboard/index.module.less

@@ -36,7 +36,8 @@
   padding: 12px;
   border-radius: 12px;
   background-color: #fff;
-  min-height: 90%;
+  min-height: 100%;
+  box-sizing: border-box;
 }
 .item {
   display: flex;