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