| | |
| | | @click="houseTabClick(0)" |
| | | > |
| | | <div class="tab-title-small">实有楼栋:</div> |
| | | <div class="tab-title-small">{{realHouseNum?realHouseNum:0}}户</div> |
| | | <div class="tab-title-small">{{realHouseNum?realHouseNum:0}}栋</div> |
| | | </div> |
| | | <div |
| | | class="tab" |
| | |
| | | @click="houseTabClick(1)" |
| | | > |
| | | <div class="tab-title-small">关注场所:</div> |
| | | <div class="tab-title-small">{{keyPlaceNum?keyPlaceNum:0}}户</div> |
| | | <div class="tab-title-small">{{keyPlaceNum?keyPlaceNum:0}}栋</div> |
| | | </div> |
| | | </div> |
| | | <div id="houseEcharts" class="echarts-box"></div> |
| | |
| | | .tab { |
| | | display: flex; |
| | | justify-content: space-around; |
| | | padding: 0 10%; |
| | | } |
| | | |
| | | .tab1 { |
| | | width: 50%; |
| | | padding: 0 10%; |
| | | margin-left: 25% !important; |
| | | display: flex; |
| | | justify-content: space-around; |