zengyicheng 1 year ago
parent
commit
e34209a9be

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