From c3515c701116f32d781bcb9e77a9260c8ddacd18 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Mon, 9 Mar 2026 20:22:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=AE=9A=E6=8A=95?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/DcaModal.jsx | 285 ++++++++++++++------------ app/components/MobileSettingModal.jsx | 2 + 2 files changed, 155 insertions(+), 132 deletions(-) diff --git a/app/components/DcaModal.jsx b/app/components/DcaModal.jsx index 2a59bd0..567bd38 100644 --- a/app/components/DcaModal.jsx +++ b/app/components/DcaModal.jsx @@ -187,156 +187,176 @@ export default function DcaModal({ fund, plan, onClose, onConfirm }) { exit={{ opacity: 0, scale: 0.95, y: 20 }} className="glass card modal dca-modal" onClick={(e) => e.stopPropagation()} - style={{ maxWidth: '420px' }} + style={{ + maxWidth: '420px', + maxHeight: '90vh', + display: 'flex', + flexDirection: 'column', + }} > -