BUG 25655

This commit is contained in:
aixianling
2021-12-23 17:17:41 +08:00
parent 671ea46e23
commit 90eee1b5d2

View File

@@ -26,7 +26,7 @@ export default {
}
},
components: { Detail, Add, List, SearchMap, Map },
components: {Detail, Add, List, SearchMap, Map},
methods: {
onChange(e) {
@@ -34,14 +34,18 @@ export default {
this.component = e.type
}
},
mounted() {
document.title = "以房找人"
}
}
</script>
<style lang="scss" scoped>
uni-page-body{
uni-page-body {
height: 100%;
}
.AppBuilding{
.AppBuilding {
height: 100%;
}
</style>