From a34e081116a791353ad1a5587130ab2c25fe3045 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Tue, 1 Nov 2022 13:41:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index f9fc376d..10953ab1 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -488,7 +488,7 @@ export default { //if(this.course.pageIndex >1){ if (scrollTop > 830) { document.querySelector("#fixd-box").style.cssText = - "position: fixed;top: -914px;width:"+outerWidth+"px"; + "position: fixed;top: -885px;width:"+outerWidth+"px"; } else { document.querySelector("#fixd-box").style.cssText = "position: static"; }