Browse Source

修改学生学习中心ipad样式

zengyicheng 2 years ago
parent
commit
da85602c6e
1 changed files with 13 additions and 1 deletions
  1. 13 1
      src/components/studyStudent.vue

+ 13 - 1
src/components/studyStudent.vue

@@ -3327,6 +3327,18 @@ export default {
 </script>
 
 <style scoped>
+@media screen and (max-width: 1024px) {
+  .courseIndex > div:nth-child(2){
+    width: 200px !important;
+  }
+  .navText{
+    width: 190px !important;
+  }
+  .evaCss{
+    flex-direction: column !important;
+    align-items: center !important;
+  }
+}
 .body_student {
   width: 77%;
   height: 100%;
@@ -4497,7 +4509,7 @@ export default {
 }
 .elist_input {
   /* width: 40%; */
-  width: calc(100% - 670px);
+  width: 100%;
 }
 .elist_input .elist_input_box input {
   font: inherit;