zengyicheng 2 년 전
부모
커밋
e34209a9be
3개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 2
      src/components/easy2/studyStudent.vue
  2. 2 2
      src/components/easy3/studyStudent.vue
  3. 2 2
      src/components/studyStudent.vue

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

@@ -18968,7 +18968,7 @@ export default {
   align-items: center;
 }
 .queTopClose {
-  margin-right: 30px;
+  margin-right: 20px;
   cursor: pointer;
   position: relative;
   display: flex;
@@ -18979,7 +18979,7 @@ export default {
   width: 25px;
   height: 25px;
   position: absolute;
-  right: -20px;
+  left: -20px;
   top: -1px;
 }
 

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

@@ -18832,7 +18832,7 @@ export default {
   align-items: center;
 }
 .queTopClose {
-  margin-right: 30px;
+  margin-right: 20px;
   cursor: pointer;
   position: relative;
   display: flex;
@@ -18843,7 +18843,7 @@ export default {
   width: 25px;
   height: 25px;
   position: absolute;
-  right: -20px;
+  left: -20px;
   top: -1px;
 }
 

+ 2 - 2
src/components/studyStudent.vue

@@ -17904,7 +17904,7 @@ export default {
   align-items: center;
 }
 .queTopClose {
-  margin-right: 30px;
+  margin-right: 20px;
   cursor: pointer;
   position: relative;
   display: flex;
@@ -17914,7 +17914,7 @@ export default {
   width: 25px;
   height: 25px;
   position: absolute;
-  right: -20px;
+  left: -20px;
   top: -1px;
 }