This commit is contained in:
parent
69d10f88a0
commit
be35ecb62a
@ -51,7 +51,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Mobile Image Stack -->
|
<!-- Mobile Image Stack -->
|
||||||
<div class="relative -mt-10 flex flex-col md:hidden">
|
<div class="relative -mt-10 flex min-h-[800px] flex-col md:hidden">
|
||||||
<img
|
<img
|
||||||
v-for="(img, idx) in item.mobileImages"
|
v-for="(img, idx) in item.mobileImages"
|
||||||
:key="idx"
|
:key="idx"
|
||||||
@ -79,7 +79,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- PC Image Stack -->
|
<!-- PC Image Stack -->
|
||||||
<div class="relative mt-4 hidden flex-col md:flex">
|
<div class="relative mt-4 hidden min-h-[800px] flex-col md:flex">
|
||||||
<img
|
<img
|
||||||
v-for="(img, idx) in item.pcImages"
|
v-for="(img, idx) in item.pcImages"
|
||||||
:key="idx"
|
:key="idx"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 283 KiB After Width: | Height: | Size: 94 KiB |
Loading…
x
Reference in New Issue
Block a user