From 6c770f828e6dbb89e7fb4fd8dc7db6278892bcb6 Mon Sep 17 00:00:00 2001 From: fish Date: Mon, 6 Jul 2026 14:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9E=E6=9D=BF=E6=A2=AF=E9=98=9F=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=20SealedBadge=20=E9=99=8D=E7=BA=A7=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- serve/frontend/src/pages/LimitUpLadder.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/serve/frontend/src/pages/LimitUpLadder.tsx b/serve/frontend/src/pages/LimitUpLadder.tsx index 9db2b13..5a4b483 100644 --- a/serve/frontend/src/pages/LimitUpLadder.tsx +++ b/serve/frontend/src/pages/LimitUpLadder.tsx @@ -11,7 +11,6 @@ import { fmtPct, priceColorClass } from '@/lib/format' import { PageHeader } from '@/components/PageHeader' import { EmptyState } from '@/components/EmptyState' import { useCapabilities, usePreferences } from '@/lib/useSharedQueries' -import { SealedBadge } from '@/components/SealedBadge' import type { ExtColumnDisplayConfig } from '@/lib/list-columns' // ===== Ext 字段配置 ===== @@ -1478,16 +1477,6 @@ export function LimitUpLadder() { title={direction === 'down' ? '连跌梯队' : '连板梯队'} titleExtra={
- {/* 涨跌停切换(胶囊式): 点击切换方向, 当前方向有背景 */}