Thumbnail test

This commit is contained in:
Dhaverd 2025-06-03 23:17:24 +08:00
parent 5d0febf284
commit 647c886125

View File

@ -15,7 +15,7 @@
<v-btn v-if="downloadAvailable" :href="downloadLink" target="_blank" class="mt-3 mb-3 mr-5 ml-5" :class="isWide ? '' : 'w-75'" variant="elevated" color="blue">Скачать</v-btn>
</div>
<div>
<v-img :src="this.downloadThumbnail"></v-img>
<v-img v-if="this.downloadThumbnail !== ''" :src="this.downloadThumbnail"></v-img>
</div>
<div class="d-flex justify-end align-end flex-grow-1 w-100 ml-5 mr-5">
<v-label>BETA</v-label>