Shor cards as much as possible
This commit is contained in:
parent
9cff4a9ea6
commit
e4770c045d
|
@ -25,7 +25,7 @@ const { t } = useI18n();
|
|||
storage="catalog"
|
||||
size="200x200"
|
||||
:id="item.image"
|
||||
height="210px"
|
||||
height="190px"
|
||||
rounded="bottom"
|
||||
zoom-size="1600x900"
|
||||
/>
|
||||
|
@ -46,7 +46,7 @@ const { t } = useI18n();
|
|||
</span>
|
||||
<span> #{{ item.id }}</span>
|
||||
</div>
|
||||
<div class="tags q-pt-xs text-caption">
|
||||
<div class="tags text-caption">
|
||||
<div
|
||||
v-for="(tag, index) in item.previewTags"
|
||||
:key="index"
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
<div
|
||||
:class="
|
||||
viewMode === 'grid'
|
||||
? ' row justify-center q-gutter-x-md'
|
||||
? ' row justify-center q-gutter-md'
|
||||
: 'column items-center'
|
||||
"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue