feat: 缩略图部分显示与隐藏

This commit is contained in:
2026-03-11 15:55:26 +08:00
parent 1c5a7ddaab
commit 25d5593ff1

View File

@@ -24,7 +24,7 @@
<!-- 缩略图部分 -->
<view
v-if="showThumbnails"
v-if="showThumbnails && thumbnails.length > 0"
class="thumbnail-box"
:style="thumbnailBoxStyle"
>