mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
提交修改
This commit is contained in:
@@ -578,7 +578,7 @@ export default {
|
|||||||
this.showAll = !this.showAll;
|
this.showAll = !this.showAll;
|
||||||
var searchBoxHeght = document.getElementById("searchBox");
|
var searchBoxHeght = document.getElementById("searchBox");
|
||||||
//console.log(this.initHeight,'this.initHeight');
|
//console.log(this.initHeight,'this.initHeight');
|
||||||
if(this.initHeight>80){
|
if(this.initHeight>100){
|
||||||
this.searchwd = true;
|
this.searchwd = true;
|
||||||
}
|
}
|
||||||
//console.log(het,'het');
|
//console.log(het,'het');
|
||||||
|
|||||||
@@ -100,9 +100,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="couresstartTime">
|
<div class="couresstartTime">
|
||||||
<div v-if="cinfo.type == 30">
|
<span v-if="cinfo.type == 30 && cinfo.startTime">开课时间:{{ cinfo.startTime }}</span>
|
||||||
<span v-if="cinfo.startTime">授课时间:{{ cinfo.startTime }}</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="course-info">
|
<div class="course-info">
|
||||||
@@ -991,7 +989,9 @@ export default {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.couresstartTime{
|
.couresstartTime{
|
||||||
height: 14px;
|
line-height: 26px;
|
||||||
|
height: 26px;
|
||||||
|
padding-top: 5px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #666;
|
color: #666;
|
||||||
// position: absolute;
|
// position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user