Commit 8de2d68e authored by wangjiankun's avatar wangjiankun

fix: 板块详情 楼盘列表 开盘时间与laebl折行问题

fix: 户型图列表图片拉伸问题
fix: 楼盘详情户型图放大后模糊问题
parent 1a5a25df
......@@ -13,7 +13,7 @@
<img
v-for="(src, index) in item.imgList"
:key="index" :src="gerImageUrl(src.fileUrl)"
:style="{ width: src.fileOrder === 0 ? '100%' : '0', height: src.fileOrder === 0 ? '100%' : '0' }" alt="无效路径">
:style="{ width: src.fileOrder === 0 ? '100%' : '0', height: src.fileOrder === 0 ? '100%' : '0', objectFit: 'contain' }" alt="无效路径">
</viewer>
</el-carousel-item>
</el-carousel>
......
......@@ -3,7 +3,7 @@
<div class="imgContainer">
<viewer :images="getImgListUrl(imgList)" style="width: 100%;height: 100%">
<img
style="max-width: 100%;"
style="max-width: 100%;object-fit: cover"
v-for="(item, index) in imgList"
:src="getImgUrl(item.fileUrl)"
:key="index"
......
......@@ -1021,7 +1021,7 @@
}
.infomationContainer{
width 100%;
margin-left 20px
margin-left 5px
display inline-flex
flex-direction column
p {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment