|
@@ -17980,7 +17980,7 @@ export default {
|
|
|
// document.getElementsByClassName("vedioList")[0].style.height = a + "px";
|
|
|
if (this.showType == 2 || this.showType == 3) {
|
|
|
document.getElementsByClassName("navBox")[0].style.height =
|
|
|
- a - 40 + 46 + "px";
|
|
|
+ a - 40 + 0+ "px";
|
|
|
} else {
|
|
|
document.getElementsByClassName("navBox")[0].style.height =
|
|
|
a - 40 + "px";
|
|
@@ -18948,7 +18948,7 @@ export default {
|
|
|
// document.getElementsByClassName("vedioList")[0].style.height = a + "px";
|
|
|
if (this.showType == 2 || this.showType == 3) {
|
|
|
document.getElementsByClassName("navBox")[0].style.height =
|
|
|
- a - 40 + 46 + "px";
|
|
|
+ a - 40 + 0+ "px";
|
|
|
} else {
|
|
|
document.getElementsByClassName("navBox")[0].style.height =
|
|
|
a - 40 + "px";
|