dev^2
独树的风 1 year ago
parent f904028c4f
commit a9701a7391

@ -45,7 +45,7 @@
{ id: '2', name: '商铺', number: '0' },
{ id: '3', name: '商住两用', number: '2' },
{ id: '4', name: '空置', number: '27' }
],
]
}
},
methods: {
@ -61,7 +61,7 @@
case '4':
return `url(${require('@/assets/house-hza/bg15.png')})`
}
},
}
}
}
</script>
@ -136,7 +136,6 @@
// background-color: orange;
// margin-top: 1vh;
.house_icon_box {
width: 4vw;
margin-right: 1vw;

@ -33,7 +33,6 @@
<div class="type_number">51</div>
</div>
<div class="list_number">80</div>
<div class="list_number_text">总数</div>
</div>
@ -60,12 +59,11 @@
<script>
export default {
name:"ActualPeople"
name: 'ActualPeople'
}
</script>
<style lang="scss">
.people_title {
width: 18vw;
height: 3.5vh;
@ -122,7 +120,6 @@
.people_type1 {
position: absolute;
top: 5vh;
}
.people_type2 {
position: absolute;

Loading…
Cancel
Save