From 6557371f0947ca5df885ab650fbbab2fc0c0ac12 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Thu, 19 Mar 2026 11:27:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20PC=20=E7=AB=AF=E5=9F=BA=E9=87=91?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=BC=B9=E6=A1=86=E6=BB=9A=E5=8A=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/PcFundTable.jsx | 304 +++++++++++++++++---------------- app/hooks/useBodyScrollLock.js | 17 +- components/ui/dialog.jsx | 3 +- 3 files changed, 170 insertions(+), 154 deletions(-) diff --git a/app/components/PcFundTable.jsx b/app/components/PcFundTable.jsx index 5a4430b..5308ac4 100644 --- a/app/components/PcFundTable.jsx +++ b/app/components/PcFundTable.jsx @@ -1077,8 +1077,9 @@ export default function PcFundTable({ const totalHeaderWidth = headerGroup?.headers?.reduce((acc, h) => acc + h.column.getSize(), 0) ?? 0; return ( -