Browse Source

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

lsc 1 year ago
parent
commit
6835b69a04

+ 1 - 1
src/components/easy2/studyStudent.vue

@@ -17973,7 +17973,7 @@ export default {
 
 .student_head {
   width: 100%;
-  margin: 0 auto;
+  margin: 20px auto 0;
   padding-bottom: 20px;
   display: flex;
   flex-direction: column;

+ 1 - 1
src/components/easy3/studyStudent.vue

@@ -17839,7 +17839,7 @@ export default {
 
 .student_head {
   width: 100%;
-  margin: 40px auto 0;
+  margin: 20px auto 0;
   padding-bottom: 20px;
   display: flex;
   flex-direction: column;

+ 1 - 1
src/components/studyStudent.vue

@@ -16944,7 +16944,7 @@ export default {
 
 .student_head {
   width: 100%;
-  margin: 0 auto;
+  margin: 20px auto 0;
   padding-bottom: 20px;
   display: flex;
   flex-direction: column;