From ea335587d230690cb79265693a5e90bc8a6dd6be Mon Sep 17 00:00:00 2001 From: iye <1713042409@qq.com> Date: Mon, 25 May 2026 19:29:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=8C=89=E9=92=AE=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 电商AI平台/pipeline.html | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/电商AI平台/pipeline.html b/电商AI平台/pipeline.html index 3916789..6459703 100644 --- a/电商AI平台/pipeline.html +++ b/电商AI平台/pipeline.html @@ -90,6 +90,21 @@ .stage-foot { display: flex; justify-content: space-between; align-items: center; padding: 18px 0 0; margin-top: 18px; border-top: 1px solid var(--border-faint); } .stage-foot .info { font-size: 12.5px; color: var(--black-alpha-56); } .stage-foot .info .mono { font-family: var(--font-mono); color: var(--black-alpha-48); font-size: 11.5px; letter-spacing: .02em; } + .stage-foot .hstack { gap: 10px; align-items: center; } + .stage-foot .btn { + height: 40px; + min-height: 40px; + padding: 0 18px; + display: inline-flex; + align-items: center; + justify-content: center; + gap: 7px; + font-size: 13.5px; + line-height: 1; + white-space: nowrap; + } + .stage-foot .btn-primary { padding: 0 20px; font-weight: 600; } + .stage-foot .btn svg { width: 14px; height: 14px; flex: 0 0 14px; } /* ─── 全高度布局 · 除 Stage 2 外,操作模块 hug content、内容区域 fill content ─── */ /* JS 在 activateStage(1/3/4/5) 时给 .content 加 .content--fh,Stage 2 留常规文档流 */ @@ -1718,8 +1733,8 @@