排行榜

This commit is contained in:
lmj
2022-11-01 13:41:35 +08:00
parent 199516bbee
commit a34e081116

View File

@@ -488,7 +488,7 @@ export default {
//if(this.course.pageIndex >1){ //if(this.course.pageIndex >1){
if (scrollTop > 830) { if (scrollTop > 830) {
document.querySelector("#fixd-box").style.cssText = document.querySelector("#fixd-box").style.cssText =
"position: fixed;top: -914px;width:"+outerWidth+"px"; "position: fixed;top: -885px;width:"+outerWidth+"px";
} else { } else {
document.querySelector("#fixd-box").style.cssText = "position: static"; document.querySelector("#fixd-box").style.cssText = "position: static";
} }