fix: load authenticated product archive images

This commit is contained in:
2026-09-12 18:37:56 +08:00
parent 4fd6d66c0e
commit 7e275798e7
2 changed files with 68 additions and 3 deletions
+10
View File
@@ -3687,6 +3687,16 @@ body.resizing .studio-panel {
height: 100%;
object-fit: contain;
}
.product-archive-image-empty {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: var(--text-muted);
font-size: 11px;
text-align: center;
}
.product-archive-thumb-empty,
.product-archive-cover-empty {
padding: 4px;