zengyicheng 1 year ago
parent
commit
dd120e144c
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/components/easy2/studyStudent.vue
  2. 2 2
      src/components/easy3/studyStudent.vue

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

@@ -19456,7 +19456,7 @@ export default {
 }
 
 .whiteBIcon > img {
-  width: 100%;
+  width: 65px;
   height: 100%;
 }
 
@@ -22584,7 +22584,7 @@ ol {
 
 .toolSort > div {
   margin: 0 10px 0 0;
-  width: 110px;
+  width: 135px;
   box-sizing: border-box;
   border: 2px solid transparent;
 }

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

@@ -22366,7 +22366,7 @@ export default {
 
 .toolSort > div {
   margin: 0 10px 0 0;
-  width: 110px;
+  width: 135px;
   box-sizing: border-box;
   border: 2px solid transparent;
 }
@@ -22390,7 +22390,7 @@ export default {
 }
 
 .whiteBIcon > img {
-  width: 100%;
+  width: 65px;
   height: 100%;
 }