zq 1 год назад
Родитель
Сommit
eebde186e0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/book/courseware/preview/components/video/VideoPreview.vue

+ 1 - 1
src/views/book/courseware/preview/components/video/VideoPreview.vue

@@ -93,7 +93,7 @@ export default {
           }
           }
 
 
           if (ele.clientHeight <= 0) {
           if (ele.clientHeight <= 0) {
-            this.elementHeight = this.data.minHeight;
+            this.elementHeight = this.data.min_height;
           }
           }
 
 
           const mainEle = this.$refs.videoArea;
           const mainEle = this.$refs.videoArea;