guanqb
2023-04-28 9a26c38969b3a7511a01eed4c96bc6e4d60e3627
社区图片不压缩
1 files modified
4 ■■■ changed files
src/views/house/index.vue 4 ●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -40,7 +40,7 @@
                            <div class="progress"></div>
                        </div>
                        <div class="housing-bg">
                            <el-image style=" height: 100%" :src="villageInfo.pic_url"
                            <el-image fit="contain" :src="villageInfo.pic_url"
                                :preview-src-list="villageInfo.pic_url_singleArr">
                                <div slot="error" class="image-slot">
                                    暂无照片
@@ -2007,6 +2007,8 @@
                        justify-content: center;
                        align-items: center;
                        background-color: transparent;
                        width: 100%;
                        height: 100%;
                    }
                    :deep(.el-image__placeholder) {