From c75a99866422495988e15eb75e037f62d20dc363 Mon Sep 17 00:00:00 2001 From: daihh Date: Wed, 28 Dec 2022 17:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Index.vue | 2 +- src/views/portal/course/Index.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index 44c4f304..050ad8a1 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -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'); diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 609ac9d3..e8814861 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -100,9 +100,7 @@
-
- 授课时间:{{ cinfo.startTime }} -
+ 开课时间:{{ cinfo.startTime }}
@@ -991,7 +989,9 @@ export default {