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;
 }