修改BUG:实体详情页,点击左侧菜单时,顶部内容向上移动,显示不全
This commit is contained in:
@@ -115,6 +115,7 @@ export default {
|
||||
})
|
||||
if (anchorEle) {
|
||||
anchorEle.scrollIntoView()
|
||||
document.documentElement.scrollTop = document.documentElement.scrollTop - 30
|
||||
}
|
||||
},
|
||||
resize () {
|
||||
|
||||
Reference in New Issue
Block a user