From a3599b03d02f6dbf3843dd37a9f914dc262ac6cf Mon Sep 17 00:00:00 2001 From: GouJ Date: Tue, 22 Sep 2026 11:44:20 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=AE=8C=E6=95=B4=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E8=AF=A6=E6=83=85=E5=9B=BE=E7=89=87=E5=B9=B6?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=BA=95=E9=83=A8=E8=BE=B9=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/project-assets/AssetLibraryPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/project-assets/AssetLibraryPage.vue b/src/features/project-assets/AssetLibraryPage.vue index ce98b9c..df75413 100644 --- a/src/features/project-assets/AssetLibraryPage.vue +++ b/src/features/project-assets/AssetLibraryPage.vue @@ -412,7 +412,7 @@ async function removeAsset() { :src="selectedAsset.publicUrl" :alt="selectedAsset.name" preview - object-fit="cover" + object-fit="contain" class="asset-management-preview" />
@@ -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 {