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