Fix:4654 【旅居商城小程序】新上传的图,宽度是740,是370的两倍,高度缩短了一点,上传后还是拉伸
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<view class="gift-page" v-if="(goodsInfo.productInfo && goodsInfo.productInfo.storeName) || isGroupBuy">
|
<view class="gift-page" v-if="(goodsInfo.productInfo && goodsInfo.productInfo.storeName) || isGroupBuy">
|
||||||
<view class="top-card" v-if="!isPayOk ">
|
<view class="top-card" v-if="!isPayOk ">
|
||||||
<view class="v12-justify-between" @click="handleShowCover">
|
<view class="v12-justify-between" @click="handleShowCover">
|
||||||
<image class="popCover" :src="popupCover" mode="aspectFit|aspectFill|widthFix" lazy-load="false"></image>
|
<image class="popCover" :src="popupCover" mode="widthFix" lazy-load="false"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="gift-good-card">
|
<view class="gift-good-card">
|
||||||
@@ -745,7 +745,6 @@ export default {
|
|||||||
}
|
}
|
||||||
.popCover{
|
.popCover{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 280rpx;
|
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user