mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
排行榜
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user