mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-20 10:48:00 +08:00
fix:优化样式
This commit is contained in:
@@ -168,7 +168,7 @@ $(function () {
|
||||
var oneItem = $(this);
|
||||
var offsetTop = oneItem.offset().top;
|
||||
|
||||
if(offsetTop-scrollTop < 58){
|
||||
if(offsetTop-scrollTop < 100){
|
||||
oName = "#" + oneItem.attr("name");
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user