极速成片页面和提炼提示词

This commit is contained in:
Azmat@qq.com
2026-08-24 15:52:05 +08:00
parent 2f5b7304b0
commit 00fc454db7
29 changed files with 1424 additions and 483 deletions
+15 -5
View File
@@ -433,14 +433,17 @@
.asset-factory .list-pager { margin-top: 20px; }
.asset-factory .af-empty {
box-sizing: border-box;
width: 100%;
min-height: 190px;
display: grid;
grid-column: 1 / -1;
place-items: center;
align-content: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
grid-column: 1 / -1;
margin-top: 18px;
padding: 28px;
padding: 28px 24px;
border: 1px dashed rgba(0, 47, 167, 0.20);
border-radius: 16px;
color: var(--af-muted);
@@ -448,11 +451,18 @@
text-align: center;
}
.asset-factory .af-empty svg {
display: block;
flex-shrink: 0;
width: 28px;
height: 28px;
color: var(--klein);
opacity: 0.72;
}
.asset-factory .af-empty strong,
.asset-factory .af-empty span {
display: block;
max-width: 28em;
}
.asset-factory .af-empty strong {
color: var(--accent-black);
font-size: 14px;