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 + + )} + ); }