巡检日,周,月完成,数据概况待修改

This commit is contained in:
Zy
2026-04-22 16:05:44 +08:00
parent 48852a33ec
commit 04eb40d0e4
55 changed files with 1583 additions and 422 deletions

View File

@@ -21,7 +21,7 @@
</div>
</template>
</PageHeader>
<div class="houseBody mt-10px w-full flex align-center justify-center">
<div class="houseBody w-full flex align-center justify-center">
<building></building>
<unit></unit>
</div>
@@ -51,6 +51,7 @@ houseStore.initHouse(houseStore.buildingtype);
min-height: calc(100vh - 84px);
.houseBody {
height: calc(100% - 200px);
margin-top: 10px;
}
}
.houseAdressBox {