e67e004c by 杨威

楼盘表逻辑幢下没有幢单元且有独立层户时的宽度

1 parent 427538c4
......@@ -197,6 +197,7 @@
<!-- <template > -->
<div
class="zdy column-reverse"
ref="zrzDlch"
:style="{ 'min-height': cHeight + 'px' }"
>
<table
......@@ -466,6 +467,7 @@ export default {
},
//自然幢下元素高度宽度计算
dataChange() {
debugger
//计算逻辑幢宽度 20为marginRight值
this.ljzWidth = 20;
if (this.$refs.ljzzdy != undefined) {
......@@ -506,10 +508,8 @@ export default {
}
} else {
//有且仅有独立层户
if (this.$refs.hBsm != undefined) {
this.$refs.hBsm.forEach((item) => {
this.zdyWidth += item.offsetWidth + 21;
});
if (this.$refs.zrzDlch != undefined) {
this.zdyWidth = this.$refs.zrzDlch.offsetWidth+20;
}
}
......@@ -544,7 +544,7 @@ export default {
});
}
} else {
// this.zdyWidth = 124;
}
},
//户单击事件
......