From 3599e283d4f388e5429c46d06ad6d6980a689c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Fri, 3 Feb 2023 18:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/rpt/CompsCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/xm/rpt/CompsCard.vue b/src/views/xm/rpt/CompsCard.vue index 15d28b53..c233efd5 100644 --- a/src/views/xm/rpt/CompsCard.vue +++ b/src/views/xm/rpt/CompsCard.vue @@ -260,7 +260,7 @@ export default { scrollToComp(compCfg){ var doc=document.getElementById(compCfg.id) if(doc){ - doc.scrollIntoView(false) + doc.scrollIntoView(true) } }, submitXmPrtConfig(callback){