Fix:2874 【商城小程序】农民店铺标识,改为下图所示的框

This commit is contained in:
linxi
2024-12-24 11:10:48 +08:00
parent 34ff7c403a
commit 37117598ea
+3 -3
View File
@@ -579,7 +579,7 @@
<image :src="item.cover" v-if="item.coverType === 1" class="img" mode="heightFix|widthFix"></image>
<video :src="item.cover" v-else :show-center-play-btn="false" :show-fullscreen-btn="false" :show-play-btn="false" class="img" :poster="item.cover + '?vframe/jpg/offset/1'"></video>
<image
:src="webUrl + '/orderIcon/farmer.png'"
:src="webUrl + '/orderIcon/nm.png'"
class="mark-img"
/>
</view>
@@ -1218,8 +1218,8 @@ export default {
right: 0;
z-index: 3;
display: block;
width: 125rpx;
height: 83rpx;
width: 100%;
height: 100%;
border-radius: 0 25rpx 0 0;
}
}