|
|
@@ -17922,6 +17922,11 @@ export default {
|
|
|
}
|
|
|
_this.$nextTick(function () {
|
|
|
setTimeout(() => {
|
|
|
+ const element = document.getElementsByClassName("pb_body")[0];
|
|
|
+ if (element) {
|
|
|
+ element.style.minHeight = 'unset'
|
|
|
+ // 或者:element.style.removeProperty("min-height");
|
|
|
+ }
|
|
|
// var a =
|
|
|
// document.getElementsByClassName("box_course")[0].offsetHeight;
|
|
|
// document.getElementsByClassName("vedioList")[0].style.height =
|