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:
@@ -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";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user