看板监控中心标题改为跌停梯队

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-06 12:17:27 +08:00
parent a83da2b8b4
commit 0861e68fe4
+3 -3
View File
@@ -731,10 +731,10 @@ export function Dashboard() {
<div className="mb-2 flex items-center justify-between gap-2"> <div className="mb-2 flex items-center justify-between gap-2">
<div className="flex items-center gap-1.5"> <div className="flex items-center gap-1.5">
<BellRing className="h-3.5 w-3.5 text-accent" /> <BellRing className="h-3.5 w-3.5 text-accent" />
<h2 className="text-xs font-semibold text-foreground"></h2> <h2 className="text-xs font-semibold text-foreground"></h2>
<span className="font-mono text-[10px] text-muted"></span> <span className="font-mono text-[10px] text-muted"></span>
</div> </div>
<Link to="/monitor" className="inline-flex items-center justify-center h-5 w-5 rounded text-muted hover:text-accent hover:bg-accent/10 transition-colors" title="进入监控中心"> <Link to="/monitor" className="inline-flex items-center justify-center h-5 w-5 rounded text-muted hover:text-accent hover:bg-accent/10 transition-colors" title="进入跌停梯队">
<ArrowUpRight className="h-3.5 w-3.5" /> <ArrowUpRight className="h-3.5 w-3.5" />
</Link> </Link>
</div> </div>