Parcourir la source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-student-table

lsc il y a 3 ans
Parent
commit
c56d5beec0
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/components/courseDetail.vue

+ 3 - 3
src/components/courseDetail.vue

@@ -483,8 +483,8 @@ export default {
   cursor: pointer;
 }
 .blue_box_one {
-  width: 250px;
-  height: 250px;
+  width: 200px;
+  height: 200px;
   background-image: linear-gradient(90deg, #477cd7, #65b9fc);
   display: flex;
   flex-direction: column;
@@ -583,7 +583,7 @@ export default {
 }
 .courseTd {
   padding-top: 15px;
-  width: 250px;
+  width: 175px;
   height: 700px;
   overflow: auto;
   max-height: 715px;