Browse Source

修改视频ipad显示问题

zengyicheng 2 years ago
parent
commit
3063e98545
2 changed files with 6 additions and 0 deletions
  1. 3 0
      src/components/study.vue
  2. 3 0
      src/components/studyStudent.vue

+ 3 - 0
src/components/study.vue

@@ -4982,6 +4982,9 @@ export default {
     flex-direction: column !important;
     align-items: center !important;
   }
+  .dialog_diy1 >>> .el-dialog{
+    width: 100% !important;
+  }
   /* .courseIndex {
     width: 43% !important;
   } */

+ 3 - 0
src/components/studyStudent.vue

@@ -5184,6 +5184,9 @@ export default {
     flex-direction: column !important;
     align-items: center !important;
   }
+  .dialog_diy1 >>> .el-dialog{
+    width: 100% !important;
+  }
   /* .textTitle >>> .el-form-item__label {
     width: 150px !important;
   } */