From 8c597ae2fcc07aba285c99a2bdd19d138911a2bb Mon Sep 17 00:00:00 2001 From: hyx Date: Wed, 13 Jul 2022 17:17:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E5=AE=9E?= =?UTF-8?q?=E4=BD=93=E8=AF=A6=E6=83=85=E9=A1=B5=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95=E6=97=B6=EF=BC=8C=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E5=86=85=E5=AE=B9=E5=90=91=E4=B8=8A=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=EF=BC=8C=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/entityExplorer/EntityDetail.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/entityExplorer/EntityDetail.vue b/src/views/entityExplorer/EntityDetail.vue index 4e41ba4c..a642b01c 100644 --- a/src/views/entityExplorer/EntityDetail.vue +++ b/src/views/entityExplorer/EntityDetail.vue @@ -115,6 +115,7 @@ export default { }) if (anchorEle) { anchorEle.scrollIntoView() + document.documentElement.scrollTop = document.documentElement.scrollTop - 30 } }, resize () {