|
@@ -117,7 +117,7 @@
|
|
|
style="
|
|
|
padding: 20px;
|
|
|
line-height: 35px;
|
|
|
- max-height: 35px;
|
|
|
+ max-height: 80px;
|
|
|
overflow: auto;
|
|
|
"
|
|
|
v-if="
|
|
@@ -1378,6 +1378,8 @@ export default {
|
|
|
document.getElementsByClassName("vedioList")[
|
|
|
this.taskCount
|
|
|
].style.height = a - 15 + "px";
|
|
|
+ document.getElementsByClassName("navBox")[this.taskCount].style.height =
|
|
|
+ a - 100 + "px";
|
|
|
}
|
|
|
|
|
|
this.isNoHomeWork = false;
|
|
@@ -1580,6 +1582,8 @@ export default {
|
|
|
document.getElementsByClassName("vedioTaskBox")[0].offsetHeight;
|
|
|
document.getElementsByClassName("vedioList")[0].style.height =
|
|
|
a - 15 + "px";
|
|
|
+ document.getElementsByClassName("navBox")[0].style.height =
|
|
|
+ a - 100 + "px";
|
|
|
}, 500);
|
|
|
});
|
|
|
})
|
|
@@ -1993,6 +1997,8 @@ export default {
|
|
|
var a = document.getElementsByClassName("vedioTaskBox")[0].offsetHeight;
|
|
|
document.getElementsByClassName("vedioList")[0].style.height =
|
|
|
a - 15 + "px";
|
|
|
+ document.getElementsByClassName("navBox")[0].style.height =
|
|
|
+ a - 100 + "px";
|
|
|
});
|
|
|
setTimeout(() => {
|
|
|
this.vedioTime = document.getElementsByClassName(
|
|
@@ -2551,7 +2557,7 @@ export default {
|
|
|
}
|
|
|
.queTop {
|
|
|
display: flex;
|
|
|
- padding: 20px 0 20px 15px;
|
|
|
+ padding: 20px 0 20px 30px;
|
|
|
width: 100%;
|
|
|
flex-direction: row;
|
|
|
justify-content: flex-start;
|
|
@@ -2940,7 +2946,7 @@ export default {
|
|
|
.vedioBox {
|
|
|
border-radius: 20px;
|
|
|
background: #fff;
|
|
|
- margin-bottom: 20px;
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
|
.taskBox {
|
|
|
margin: 15px 0 20px 30px;
|