From cf5c0fc8adddd751b5527f41461447a337d704d3 Mon Sep 17 00:00:00 2001 From: ZLY Date: Wed, 21 Jan 2026 14:37:21 +0800 Subject: [PATCH] =?UTF-8?q?style(componentList):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=BB=9A=E5=8A=A8=E9=AB=98=E5=BA=A6=E8=AE=A1?= =?UTF-8?q?=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/componentDevelopment/componentList/compAudit.tsx | 2 +- src/pages/componentDevelopment/componentList/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/componentDevelopment/componentList/compAudit.tsx b/src/pages/componentDevelopment/componentList/compAudit.tsx index 9cfdfef..d67984f 100644 --- a/src/pages/componentDevelopment/componentList/compAudit.tsx +++ b/src/pages/componentDevelopment/componentList/compAudit.tsx @@ -486,7 +486,7 @@ const CompAudit = () => { data={data} loading={loading} pagination={false} - scroll={{ x: 1800, y: 'calc(100vh - 280px)' }} + scroll={{ x: 1800, y: 'calc(100vh - 310px)' }} border={{ wrapper: true, cell: true diff --git a/src/pages/componentDevelopment/componentList/index.tsx b/src/pages/componentDevelopment/componentList/index.tsx index 3da2474..c1f6375 100644 --- a/src/pages/componentDevelopment/componentList/index.tsx +++ b/src/pages/componentDevelopment/componentList/index.tsx @@ -808,7 +808,7 @@ const GlobalVarContainer = () => { data={componentData} loading={loading} pagination={false} - scroll={{ x: 1500, y: 'calc(100vh - 280px)' }} + scroll={{ x: 1500, y: 'calc(100vh - 310px)' }} border={{ wrapper: true, cell: true