* Adjust code.

This commit is contained in:
曹延义
2022-10-11 16:42:42 +08:00
parent d4b88eaf41
commit 5a91f0130a
@@ -105,7 +105,7 @@ $(function()
var $projectList = $('#activeProject');
if($projectList.length)
{
var projectList = $projectList[0];
var projectList = $projectList[0];
$(".col ul.nav").animate({scrollTop: projectList.offsetTop}, "slow");
}
});