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

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
+9 -1
View File
@@ -4,7 +4,15 @@
margin: 0 auto;
}
.trash-empty { min-height: 220px; flex-direction: column; gap: 10px; }
.trash-empty {
min-height: 220px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
text-align: center;
}
/* 分区(商品 / 资产):mono 小标题 + 各自列表 */
.trash-section { margin-bottom: 22px; }