-
-
.property-right-registration-container {
- padding: 0;
+ padding: 10px;
margin: 0;
.search-wrapper {
diff --git a/src/views/room/roomStructureList.vue b/src/views/room/roomStructureList.vue
index 8f108e4..0453d1b 100644
--- a/src/views/room/roomStructureList.vue
+++ b/src/views/room/roomStructureList.vue
@@ -70,6 +70,9 @@ export default {
},
created() {
this.communityId = getCommunityId()
+ setTimeout(() => {
+ this.$refs.floorUnitTree.selectFirstUnit()
+ }, 1500)
},
methods: {
handleSwitchUnit(params) {