Shor cards as much as possible

This commit is contained in:
William Buezas 2024-12-02 15:13:48 -03:00
parent 9cff4a9ea6
commit e4770c045d
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ const { t } = useI18n();
storage="catalog" storage="catalog"
size="200x200" size="200x200"
:id="item.image" :id="item.image"
height="210px" height="190px"
rounded="bottom" rounded="bottom"
zoom-size="1600x900" zoom-size="1600x900"
/> />
@ -46,7 +46,7 @@ const { t } = useI18n();
</span> </span>
<span> #{{ item.id }}</span> <span> #{{ item.id }}</span>
</div> </div>
<div class="tags q-pt-xs text-caption"> <div class="tags text-caption">
<div <div
v-for="(tag, index) in item.previewTags" v-for="(tag, index) in item.previewTags"
:key="index" :key="index"

View File

@ -162,7 +162,7 @@
<div <div
:class=" :class="
viewMode === 'grid' viewMode === 'grid'
? ' row justify-center q-gutter-x-md' ? ' row justify-center q-gutter-md'
: 'column items-center' : 'column items-center'
" "
> >