6f853957 by 杨威

楼盘表点击图例自动展开

1 parent 5afbf597
......@@ -525,7 +525,10 @@ export default {
//改变syclx,更新楼盘表数据
scyclx(n){
this.$refs.lpbContent.lpbData = n == 0 ? this.$refs.lpbContent.yclpbData : this.$refs.lpbContent.sclpbData
}
},
selectedZt(n){
this.legendToggleFlag = true;
},
},
};
</script>
......@@ -677,10 +680,7 @@ table:hover {
color: #fff;
border-bottom: 1px solid #e6e6e6;
}
.dyzt {
height: 81px;
line-height: 81px;
}
.dyzt,
.fwxz,
.fwyt {
height: 122px;
......
......@@ -561,7 +561,10 @@ export default {
//改变syclx,更新楼盘表数据
scyclx(n){
this.$refs.lpbContent.lpbData = n == 0 ? this.$refs.lpbContent.yclpbData : this.$refs.lpbContent.sclpbData
}
},
selectedZt(n){
this.legendToggleFlag = true;
},
},
};
</script>
......@@ -630,10 +633,7 @@ export default {
color: #fff;
border-bottom: 1px solid #e6e6e6;
}
.dyzt {
height: 81px;
line-height: 81px;
}
.dyzt,
.fwxz,
.fwyt {
height: 122px;
......
......@@ -508,7 +508,10 @@ export default {
//改变syclx,更新楼盘表数据
scyclx(n){
this.$refs.lpbContent.lpbData = n == 0 ? this.$refs.lpbContent.yclpbData : this.$refs.lpbContent.sclpbData
}
},
selectedZt(n){
this.legendToggleFlag = true;
},
},
}
</script>
......@@ -561,10 +564,7 @@ export default {
color: #fff;
border-bottom: 1px solid #e6e6e6;
}
.dyzt {
height: 81px;
line-height: 81px;
}
.dyzt,
.fwxz,
.fwyt {
height: 122px;
......
......@@ -853,10 +853,7 @@ export default {
color: #fff;
border-bottom: 1px solid #e6e6e6;
}
.dyzt {
height: 81px;
line-height: 81px;
}
.dyzt,
.fwxz,
.fwyt {
height: 122px;
......