feat: 补齐前端主流程并收紧工作台布局

统一工作台紧凑头部与形态图库间距,修复主体身份布局,并接入正式严格视频质量流水线。
This commit is contained in:
GouJ
2026-09-08 09:25:14 +08:00
committed by GitHub
parent 0f8b2074e4
commit 4edb0ff6cc
25 changed files with 355 additions and 233 deletions
@@ -305,8 +305,8 @@ async function showStaleForms() {
<template>
<WorkspacePage compact class="gallery-workspace-page"
><template #default>
<!-- 筛选关联说明和图片共用正文滚动区避免镜头切换时两块滚动区域高度不同步 -->
><template #header>
<!-- 图库统计和固定操作使用与其他工作台一致的紧凑头部 -->
<div class="workspace-toolbar">
<span class="toolbar-summary">主图 {{ completeCount }} / {{ forms.length }}</span>
<NButton v-if="staleForms.length" text type="error" size="small" @click="toolsOpen = true"
@@ -476,7 +476,9 @@ async function showStaleForms() {
</section>
</WorkspaceTools>
</div>
</div>
</div></template
><template #default>
<!-- 关联说明筛选和图片共用正文滚动区避免镜头切换时两块滚动区域高度不同步 -->
<NAlert v-if="staleForms.length" type="error" :show-icon="false" class="mt-3" title="形态主图需要更新">
{{ staleForms.length }}
个形态主图与当前已锁定身份母版不一致请生成候选验图并切换主图再重建相关首帧
@@ -851,7 +853,7 @@ async function showStaleForms() {
@apply [overflow-anchor:none];
}
.form-image-filter-region {
@apply my-4 py-3.5 px-4 bg-(--app-subtle);
@apply my-4 py-[5px] px-4 bg-(--app-subtle);
container-type: inline-size;
}
.form-image-toolbar {