Fix:2734 【商城小程序】千县—农民店铺和商品封面显示优化,店铺图片封面要铺满底板边缘

This commit is contained in:
linxi
2024-11-29 11:01:25 +08:00
parent 9353aad39f
commit ea71e61451
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -226,6 +226,7 @@
:poster="item.video + '?vframe/jpg/offset/1'" :poster="item.video + '?vframe/jpg/offset/1'"
controls controls
play-btn-position="center" play-btn-position="center"
:show-fullscreen-btn="false"
class="video-item" class="video-item"
@play="infoItemViewClick(item)" @play="infoItemViewClick(item)"
/> />
+1 -1
View File
@@ -1147,7 +1147,7 @@ export default {
z-index: 2; z-index: 2;
display: block; display: block;
width: 100%; width: 100%;
height: 310rpx; height: 345rpx;
border-radius: 20rpx; border-radius: 20rpx;
} }
.mark-img { .mark-img {