压缩 UI 编辑器概览布局
将识别概览指标改为四列横向排列 将素材切分概览改为四列网格以减少纵向高度
This commit is contained in:
@@ -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-2 gap-2">
|
||||
<div className="mt-3 grid grid-cols-4 gap-2">
|
||||
<OverviewValue label="已识别 Node" value={overview.total} />
|
||||
<OverviewAction
|
||||
label="待用户检查"
|
||||
|
||||
@@ -47,7 +47,7 @@ export function SeparationOverview({
|
||||
Overview
|
||||
</span>
|
||||
<h2 className="m-0 text-sm font-semibold">自动切分素材概览</h2>
|
||||
<div className="mt-3 grid grid-cols-2 gap-2">
|
||||
<div className="mt-3 grid grid-cols-4 gap-2">
|
||||
<OverviewValue
|
||||
label="需要切分素材的组件"
|
||||
value={overview.componentsNeedingAssets}
|
||||
|
||||
Reference in New Issue
Block a user