|
@@ -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;
|