From 9b4d8fc0012303440a02397fa34360b7f057c9a4 Mon Sep 17 00:00:00 2001 From: WrBug Date: Thu, 26 Feb 2026 20:50:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E4=BC=98=E5=8C=96=E5=8A=A0?= =?UTF-8?q?=E5=AF=86=E4=BB=B7=E5=B7=AE=E7=AD=96=E7=95=A5=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=A7=BB=E5=8A=A8=E7=AB=AF=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移动端策略选择器:标题与下拉框垂直布局,支持换行显示 - 下拉框选项支持文本换行,避免长策略名称被截断 - 移动端手动下单按钮改为底部悬浮固定显示 - 两个按钮均分屏幕宽度,符合移动端触摸操作规范 Made-with: Cursor --- frontend/src/pages/CryptoTailMonitor.tsx | 115 ++++++++++++++++------- 1 file changed, 81 insertions(+), 34 deletions(-) diff --git a/frontend/src/pages/CryptoTailMonitor.tsx b/frontend/src/pages/CryptoTailMonitor.tsx index 57ce647..797fc18 100644 --- a/frontend/src/pages/CryptoTailMonitor.tsx +++ b/frontend/src/pages/CryptoTailMonitor.tsx @@ -851,18 +851,22 @@ const CryptoTailMonitor: React.FC = () => { {/* 顶部控制区 */} - - + + {t('cryptoTailMonitor.selectStrategy')}