polish Semi UI query workspaces

This commit is contained in:
lingniu
2026-07-18 01:43:37 +08:00
parent 6d63783630
commit 1affd30366
8 changed files with 103 additions and 16 deletions

View File

@@ -146,7 +146,7 @@ function VehicleSearch() {
<WorkspacePanelHeader
title={deferredKeyword ? '匹配车辆快捷入口' : '最近上报车辆'}
description={deferredKeyword ? '按当前搜索条件展示,可直接进入车辆数字档案' : '按照最新上报时间排列,无需搜索即可继续查看'}
meta={candidates.data ? `当前显示 ${formatZhNumber(quickVehicles.length)}` : '授权范围'}
meta={<Tag color={deferredKeyword ? 'blue' : 'grey'} type="light" size="small">{candidates.data ? `当前显示 ${formatZhNumber(quickVehicles.length)}` : '授权范围'}</Tag>}
/>
{candidates.isFetching && !candidates.data
? <div className="v2-vehicle-recent-state" role="status"><span className="v2-spinner" /><span></span></div>