feat: 统一图片铺满展示与原生预览

This commit is contained in:
GouJ
2026-09-01 18:57:39 +08:00
parent 352d7bb73b
commit 3a60eebae0
13 changed files with 104 additions and 31 deletions
-7
View File
@@ -482,7 +482,6 @@
.asset-image img {
width: 100%;
height: 100%;
object-fit: contain;
min-height: 0;
}
.asset-image-empty {
@@ -548,12 +547,6 @@
border-radius: 4px;
overflow: hidden;
}
.reference-card img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: contain;
background: var(--app-subtle);
}
.reference-placeholder {
display: grid;
place-items: center;