diff --git a/pages-home/home/home.vue b/pages-home/home/home.vue index 9dfb1ab..ba36f70 100644 --- a/pages-home/home/home.vue +++ b/pages-home/home/home.vue @@ -22,7 +22,18 @@ - + + + + 维修中 + 4 + + + + 已完成 + 6 + + 待办工单 @@ -327,7 +338,7 @@ export default { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30rpx; - margin: 0 32rpx; + margin: 0 32rpx 40rpx; .body-top-item { position: relative; @@ -371,6 +382,36 @@ export default { } } + .orderCount { + margin: 40rpx 32rpx; + background: #FFFFFF; + border-radius: 8rpx 8rpx 8rpx 8rpx; + padding: 40rpx; + display: flex; + align-items: center; + .orderCountItem { + flex: 1; + width: 0; + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; + .label { + color: #858BA0; + } + .value { + font-weight: bold; + font-size: 40rpx; + color: #333333; + } + } + .line { + height: 84rpx; + width: 1rpx; + background-color: #DDDDDD; + } + } + .todoListBox { margin: 40rpx 32rpx;