feat: 业绩走势增加对比线

This commit is contained in:
hzm
2026-03-16 21:04:04 +08:00
parent a7eb537e67
commit 26bb966f90
5 changed files with 324 additions and 75 deletions

View File

@@ -1212,7 +1212,7 @@ export default function PcFundTable({
</DialogTitle>
</DialogHeader>
<div
className="flex-1 min-h-0 overflow-y-auto px-6 py-4"
className="flex-1 min-h-0 overflow-y-auto px-6 py-4 scrollbar-y-styled"
>
{cardDialogRow && getFundCardProps ? (
<FundCard {...getFundCardProps(cardDialogRow)} layoutMode="drawer" />