From a38dea6e30d724fe107b0dc064d14ec56fde564d Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Fri, 25 Oct 2024 18:35:22 +0800 Subject: [PATCH] =?UTF-8?q?style(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=88=86=E4=BA=AB=E8=AF=A6=E6=83=85=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/api-test/management/components/moduleTree.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/api-test/management/components/moduleTree.vue b/frontend/src/views/api-test/management/components/moduleTree.vue index 052dee07a9..ead9cec841 100644 --- a/frontend/src/views/api-test/management/components/moduleTree.vue +++ b/frontend/src/views/api-test/management/components/moduleTree.vue @@ -276,7 +276,7 @@ }; } return { - height: props.docShareId ? 'calc(100vh - 150px)' : 'calc(100vh - 273px)', + height: props.docShareId ? 'calc(100vh - 153px)' : 'calc(100vh - 273px)', threshold: 200, fixedSize: true, buffer: 15, // 缓冲区默认 10 的时候,虚拟滚动的底部 padding 计算有问题