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: {