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 <image
v-if="activeVideo !== 'video' + evaluateWtapperIndex" v-if="activeVideo !== 'video' + evaluateWtapperIndex"
:src="item.video + '?vframe/jpg/offset/1'" :src="item.video + '?vframe/jpg/offset/1'"
class="image" class="image pic-img"
@click="pauseOtherVideo('video' + evaluateWtapperIndex)" @click="pauseOtherVideo('video' + evaluateWtapperIndex)"
> >
@@ -106,6 +106,7 @@ export default {
}; };
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.attr-bg{ .attr-bg{
background: rgba(197,39,51,0.1); background: rgba(197,39,51,0.1);
padding: 7rpx 5px; padding: 7rpx 5px;
@@ -118,6 +119,7 @@ export default {
.evaluateWtapper .evaluateItem .imgList .pictrue{ .evaluateWtapper .evaluateItem .imgList .pictrue{
position: relative; position: relative;
width: 300rpx; width: 300rpx;
height: 300rpx;
.play-icon { .play-icon {
position: absolute; position: absolute;
top: 0; top: 0;