测试极速成片

This commit is contained in:
Azmat@qq.com
2026-08-26 15:18:18 +08:00
parent 245525ec53
commit 0ee498d807
30 changed files with 1963 additions and 367 deletions
+22 -1
View File
@@ -1034,7 +1034,28 @@
line-height: 1.4;
}
.as-action-bar > span svg { width: 14px; height: 14px; flex-shrink: 0; }
.as-action-bar > div { display: flex; gap: 9px; flex-shrink: 0; }
.as-action-bar > div { display: flex; align-items: center; gap: 9px; flex-shrink: 0; flex-wrap: wrap; justify-content: flex-end; }
.as-spec-fields {
display: flex;
align-items: flex-end;
gap: 8px;
}
.as-spec-field {
display: flex;
flex-direction: column;
gap: 3px;
min-width: 0;
}
.as-spec-field:nth-child(1),
.as-spec-field:nth-child(2) { width: 118px; }
.as-spec-field:nth-child(3) { width: 156px; }
.as-spec-field > span {
font-size: 10px;
line-height: 1;
color: var(--pl-muted);
white-space: nowrap;
}
.stage-foot .as-spec-fields { margin-right: 2px; }
.as-action-bar .pl-ghost,
.as-action-bar .pl-next { height: 42px; min-height: 42px; }
.as-ai-btn,