style: 完整展示资产详情图片并移除底部边线

This commit is contained in:
GouJ
2026-09-22 11:44:20 +08:00
parent df449e0d7d
commit a3599b03d0
@@ -412,7 +412,7 @@ async function removeAsset() {
:src="selectedAsset.publicUrl"
:alt="selectedAsset.name"
preview
object-fit="cover"
object-fit="contain"
class="asset-management-preview"
/>
<div class="asset-management-fields">
@@ -552,7 +552,7 @@ async function removeAsset() {
@apply min-w-0 break-all text-ink;
}
.asset-management-footer {
@apply flex items-center justify-between gap-3 mt-5 pt-4 border-t border-(--app-border);
@apply flex items-center justify-between gap-3 mt-5 pt-4;
}
@container asset-library (max-width: 840px) {
.asset-library-filters {