Shor cards as much as possible
This commit is contained in:
parent
9cff4a9ea6
commit
e4770c045d
|
@ -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"
|
||||||
|
|
|
@ -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'
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue