dsy 5 дней назад
Родитель
Сommit
3fda2dfacd

+ 1 - 1
src/components/course/CompletionView.vue

@@ -178,7 +178,7 @@ export default {
           }
           }
 
 
           if (category === 'EEP') {
           if (category === 'EEP') {
-            this.dialogWidth = '1250px';
+            this.dialogWidth = '1300px';
             this.context = res;
             this.context = res;
             return;
             return;
           }
           }

+ 1 - 1
src/components/course/FinishCourseware.vue

@@ -168,7 +168,7 @@ export default {
         }
         }
 
 
         if (category === 'EEP') {
         if (category === 'EEP') {
-          this.dialogWidth = '1250px';
+          this.dialogWidth = '1300px';
           this.context = res;
           this.context = res;
           return;
           return;
         }
         }

+ 1 - 1
src/components/preview/PreviewCourse.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <el-dialog class="preview-course" :visible="visible" :title="$t('Key144')" width="1100px" @close="dialogClose">
+  <el-dialog class="preview-course" :visible="visible" :title="$t('Key144')" width="1350px" @close="dialogClose">
     <template v-if="fileType === 'courseware'">
     <template v-if="fileType === 'courseware'">
       <template v-if="category === 'NPC'">
       <template v-if="category === 'NPC'">
         <booknpc
         <booknpc

+ 1 - 1
src/views/live/teacher/CompleteList.vue

@@ -316,7 +316,7 @@ export default {
           return;
           return;
         }
         }
         if (category === 'EEP') {
         if (category === 'EEP') {
-          this.dialogWidth = '1250';
+          this.dialogWidth = '1300';
           this.context = res;
           this.context = res;
           return;
           return;
         }
         }

+ 1 - 1
src/views/new_live/teacher/components/CompleteList.vue

@@ -317,7 +317,7 @@ export default {
         }
         }
 
 
         if (category === 'EEP') {
         if (category === 'EEP') {
-          this.dialogWidth = '1250';
+          this.dialogWidth = '1300';
           this.context = res;
           this.context = res;
           return;
           return;
         }
         }