优化识别概览卡片布局

将窄侧栏概览调整为两列网格
This commit is contained in:
2026-09-18 16:38:25 +08:00
parent f455d3edb2
commit 91f534ed66
@@ -44,7 +44,7 @@ export function RecognitionOverview({
Overview
</span>
<h2 className="m-0 text-sm font-semibold"></h2>
<div className="mt-3 grid grid-cols-4 gap-2">
<div className="mt-3 grid grid-cols-2 gap-2">
<OverviewValue label="已识别 Node" value={overview.total} />
<OverviewAction
label="待用户检查"