From 609e551a903d933fe0b76d8734102bbbe8a5b7a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Mon, 4 Aug 2025 14:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E6=8A=A5=E4=BF=AE-=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E5=B1=95=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/oneRepair/index.css | 3 +- packages/community/repairList/index.css | 1 + packages/community/repairList/index.vue | 90 ++++++++++++++++--------- 3 files changed, 63 insertions(+), 31 deletions(-) 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 @@