diff --git a/packages/community/oneRepair/index.css b/packages/community/oneRepair/index.css index 889a7ab8..fe82058a 100644 --- a/packages/community/oneRepair/index.css +++ b/packages/community/oneRepair/index.css @@ -73,7 +73,7 @@ page { } .roomItem { - width: 276rpx; + width: auto; height: 54rpx; background: #FFF5F5; border-radius: 10rpx 10rpx 10rpx 10rpx; @@ -85,6 +85,7 @@ page { color: #222222; margin-right: 30rpx; margin-bottom: 28rpx; + padding: 0 10rpx; } .roomItem:nth-child(2n) { diff --git a/packages/community/repairList/index.css b/packages/community/repairList/index.css index 9ec450bb..3e52e3ba 100644 --- a/packages/community/repairList/index.css +++ b/packages/community/repairList/index.css @@ -138,6 +138,7 @@ page { font-size: 28rpx; color: #FFA600; font-weight: 600; + width: 95rpx; } .orderItem_row_state2 { color: #FF4800; diff --git a/packages/community/repairList/index.vue b/packages/community/repairList/index.vue index 02b85a0d..46749c8e 100644 --- a/packages/community/repairList/index.vue +++ b/packages/community/repairList/index.vue @@ -1,9 +1,18 @@