diff --git a/core/frontend/src/pipeline-page.css b/core/frontend/src/pipeline-page.css index 3d6853b..a4b4210 100644 --- a/core/frontend/src/pipeline-page.css +++ b/core/frontend/src/pipeline-page.css @@ -856,8 +856,6 @@ .rg-force { display: inline-flex; align-items: baseline; gap: 5px; } .rg-warn { font-size: 10px; font-family: var(--font-mono); color: var(--black-alpha-48); } -/* 基础资产页:右上角(头像正下方)重新提取按钮 */ -.pipeline-reextract { position: absolute; top: 14px; right: 28px; z-index: 5; } /* 提取闸门单按钮:醒目主 CTA */ .eg-extract-btn { margin-top: 24px; min-width: 220px; } diff --git a/core/frontend/src/routes/pipeline.tsx b/core/frontend/src/routes/pipeline.tsx index d34fd9c..060c2cb 100644 --- a/core/frontend/src/routes/pipeline.tsx +++ b/core/frontend/src/routes/pipeline.tsx @@ -2278,12 +2278,6 @@ export function PipelinePage(props: {
- {/* 基础资产页:右上角(头像正下方)重新提取角色/场景 —— 仅本阶段且已提取过时露出 */} - {viewStage === 2 && project.metadata?.entities_extracted === true && ( - - )} {notice && } {/* ============= STAGE 1 · 脚本 ============= */} @@ -2676,7 +2670,7 @@ export function PipelinePage(props: { // 场景 +¥0.15/张 商品图无成本(直接复用商品库) {(entitiesExtracted || hasAnyAsset) && ( - )}