瀏覽代碼

修改视频ipad显示问题

zengyicheng 2 年之前
父節點
當前提交
3063e98545
共有 2 個文件被更改,包括 6 次插入0 次删除
  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;
   } */