From 5374d8dc85b3ccacb4c5b2732343c7bdddd2670b Mon Sep 17 00:00:00 2001 From: shy3130 <415333856@qq.com> Date: Thu, 20 Aug 2026 16:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=B5=B7=E7=9A=84=E5=9B=BE=E8=A1=A8?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=A4=B4=E4=BF=9D=E7=95=99=E6=96=87=E5=AD=97?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=20(=E4=BB=85=E9=9D=A0=20nowrap=20=E9=98=B2?= =?UTF-8?q?=E6=8A=98=E8=A1=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/Watchlist.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/Watchlist.tsx b/frontend/src/pages/Watchlist.tsx index 081e5b8..d3a5f72 100644 --- a/frontend/src/pages/Watchlist.tsx +++ b/frontend/src/pages/Watchlist.tsx @@ -1525,8 +1525,7 @@ export function Watchlist() { if (col.source.type === 'builtin' && col.source.key === 'candle') { return ( - {/* 收起态只留眼睛按钮, 避免标签在窄列内换行顶高表头 */} - {dailyKChartVisible && {col.label}} + {col.label}