提交修改

This commit is contained in:
daihh
2022-12-28 17:09:57 +08:00
parent cfcf2959be
commit c75a998664
2 changed files with 5 additions and 5 deletions

View File

@@ -578,7 +578,7 @@ export default {
this.showAll = !this.showAll;
var searchBoxHeght = document.getElementById("searchBox");
//console.log(this.initHeight,'this.initHeight');
if(this.initHeight>80){
if(this.initHeight>100){
this.searchwd = true;
}
//console.log(het,'het');

View File

@@ -100,9 +100,7 @@
</div>
<div class="couresstartTime">
<div v-if="cinfo.type == 30">
<span v-if="cinfo.startTime">授课时间{{ cinfo.startTime }}</span>
</div>
<span v-if="cinfo.type == 30 && cinfo.startTime">开课时间{{ cinfo.startTime }}</span>
</div>
<div class="course-info">
@@ -991,7 +989,9 @@ export default {
<style scoped lang="scss">
.couresstartTime{
height: 14px;
line-height: 26px;
height: 26px;
padding-top: 5px;
font-size: 14px;
color: #666;
// position: absolute;