Fix:3762 【商城小程序】商品评价里面的图片压缩,改为正方形矩形

This commit is contained in:
LinCyJang
2025-06-02 11:13:35 +08:00
parent 2ebd257a49
commit ea5efb50c4
+3 -1
View File
@@ -31,7 +31,7 @@
<image
v-if="activeVideo !== 'video' + evaluateWtapperIndex"
:src="item.video + '?vframe/jpg/offset/1'"
class="image"
class="image pic-img"
@click="pauseOtherVideo('video' + evaluateWtapperIndex)"
>
@@ -106,6 +106,7 @@ export default {
};
</script>
<style lang="less" scoped>
.attr-bg{
background: rgba(197,39,51,0.1);
padding: 7rpx 5px;
@@ -118,6 +119,7 @@ export default {
.evaluateWtapper .evaluateItem .imgList .pictrue{
position: relative;
width: 300rpx;
height: 300rpx;
.play-icon {
position: absolute;
top: 0;