修改时间冒泡的问题,调整电表详情

This commit is contained in:
2025-09-28 16:06:27 +08:00
parent a2f92a0959
commit 87bb23a9a4
7 changed files with 38 additions and 22 deletions

View File

@@ -20,6 +20,15 @@
.info .title .address {
font-size: 36rpx;
font-weight: 800;
flex: 1;
margin-right: 24rpx;
word-break: break-all;
}
.info .title .meterType {
display: flex;
justify-content: end;
width: 180rpx;
}
.info .detail {