fix: 프로필 카드 오버플로우와 프리뷰 풀 노출 정리

This commit is contained in:
2026-04-06 10:21:45 +09:00
parent 947837fe40
commit dddc29fd4b
4 changed files with 13 additions and 8 deletions

View File

@@ -1396,14 +1396,6 @@ onUnmounted(() => {
</div>
</div>
</div>
<div v-if="pool.length" class="previewOnly__pool">
<div class="previewOnly__poolTitle">남은 아이템</div>
<div class="previewOnly__poolGrid">
<div v-for="id in pool" :key="id" class="previewOnly__poolItem previewOnly__poolItem--inactive">
<img :src="resolveItemSrc(itemsById[id])" class="thumb" :alt="itemsById[id]?.label || id" />
</div>
</div>
</div>
<div class="previewOnly__footer">
<span>{{ effectiveAuthorName }}</span>
<span>{{ formatExportDate(fallbackTimestamp) }}</span>