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

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
+20 -5
View File
@@ -204,19 +204,34 @@
.models-page.manage-mode .ml-card .card-del-btn { opacity: 0 !important; pointer-events: none !important; }
.models-page .ml-empty {
box-sizing: border-box;
width: 100%;
min-height: 190px;
display: grid;
place-items: center;
align-content: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
padding: 28px;
padding: 28px 24px;
border: 1px dashed rgba(0, 47, 167, 0.20);
border-radius: 16px;
color: var(--ml-muted);
background: rgba(0, 47, 167, 0.03);
text-align: center;
}
.models-page .ml-empty svg { width: 28px; height: 28px; color: var(--klein); opacity: 0.72; }
.models-page .ml-empty svg {
display: block;
flex-shrink: 0;
width: 28px;
height: 28px;
color: var(--klein);
opacity: 0.72;
}
.models-page .ml-empty strong,
.models-page .ml-empty span {
display: block;
max-width: 28em;
}
.models-page .ml-empty strong { color: var(--accent-black); font-size: 14px; font-weight: 600; }
.models-page .ml-empty span { font-size: 12px; }