Browse Source

修改样式

zengyicheng 2 years ago
parent
commit
a822acff99
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/components/studyStudent.vue

+ 5 - 4
src/components/studyStudent.vue

@@ -3328,11 +3328,11 @@ export default {
 
 <style scoped>
 @media screen and (max-width: 1024px) {
-  .courseIndex > div:nth-child(2){
-    width: 200px !important;
+  .courseIndex > div:first-child(2) {
+    width: 15% !important;
   }
-  .navText{
-    width: 190px !important;
+  .navText {
+    width: 120px !important;
   }
   .evaCss{
     flex-direction: column !important;
@@ -4199,6 +4199,7 @@ export default {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
+  width: 300px;
 }
 .noVedio {
   display: flex;