mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
提交修改
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user