From 9502ebdc163ae726329bb3161cd41d22f8344794 Mon Sep 17 00:00:00 2001 From: GouJ Date: Tue, 22 Sep 2026 12:44:27 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B5=84=E4=BA=A7=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=B7=A6=E6=A0=8F=E5=AE=BD=E5=BA=A6=E9=9A=8F=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/project-assets/AssetLibraryPage.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/features/project-assets/AssetLibraryPage.vue b/src/features/project-assets/AssetLibraryPage.vue index e7244c9..a54afbf 100644 --- a/src/features/project-assets/AssetLibraryPage.vue +++ b/src/features/project-assets/AssetLibraryPage.vue @@ -469,7 +469,8 @@ async function removeAsset() { @apply shrink-0 text-white bg-white/15 backdrop-blur-sm; } .asset-management-layout { - @apply grid grid-cols-[minmax(280px,_0.9fr)_minmax(0,_1.1fr)] items-start gap-5; + @apply grid items-start gap-5; + grid-template-columns: max-content minmax(0, 1fr); } .asset-management-preview { --asset-detail-image-max-height: min(56dvh, 560px); @@ -479,7 +480,7 @@ async function removeAsset() { height: auto; min-height: 0; aspect-ratio: auto; - justify-self: center; + justify-self: start; } .asset-management-preview :deep(.reveal-image), .asset-management-preview :deep(.n-image) {