From 5293a3274890e01c904333724a52436a33de0941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=8C=AF=E6=95=8F?= Date: Wed, 11 Mar 2026 11:48:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=B9=E6=A1=86=E5=B1=85=E4=B8=AD?= =?UTF-8?q?=E5=86=99=E6=B3=95=E8=B0=83=E6=95=B4=EF=BC=8C=E5=A2=9E=E5=BC=BA?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/PcFundTable.jsx | 13 ++---------- components/ui/dialog.jsx | 36 ++++++++++++++++++---------------- 2 files changed, 21 insertions(+), 28 deletions(-) diff --git a/app/components/PcFundTable.jsx b/app/components/PcFundTable.jsx index 8b981d6..fe2c386 100644 --- a/app/components/PcFundTable.jsx +++ b/app/components/PcFundTable.jsx @@ -34,7 +34,7 @@ import { DialogHeader, DialogTitle, } from '@/components/ui/dialog'; -import { CloseIcon, DragIcon, ExitIcon, SettingsIcon, StarIcon, TrashIcon, ResetIcon } from './Icons'; +import { DragIcon, ExitIcon, SettingsIcon, StarIcon, TrashIcon, ResetIcon } from './Icons'; const NON_FROZEN_COLUMN_IDS = [ 'yesterdayChangePercent', @@ -1167,22 +1167,13 @@ export default function PcFundTable({ > e.preventDefault() : undefined} > 基金详情 -
- - {children} - {showCloseButton && ( - - - Close - - )} - +
+ + {children} + {showCloseButton && ( + + + Close + + )} + +
); }