Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/Aida_Purchaser_Front

This commit is contained in:
2026-06-08 10:12:17 +08:00

View File

@@ -50,7 +50,7 @@
<div <div
class="price" class="price"
:class="{ 'is-download': download }" :class="{ 'is-download': download }"
v-if="props.showPrice && props.price" v-if="props.showPrice && (props.price || props.price === 0)"
> >
HK${{ props.price }} HK${{ props.price }}
</div> </div>
@@ -79,6 +79,8 @@
width: 100%; width: 100%;
cursor: pointer; cursor: pointer;
height: var(--commodity-height, auto); height: var(--commodity-height, auto);
aspect-ratio: 0.8/1;
object-fit: cover;
margin-bottom: var(--commodity-marginBottom, 1rem); margin-bottom: var(--commodity-marginBottom, 1rem);
} }
> .detail { > .detail {