From 68a215e491738d002c4f5d5c2dbf06d608f02d3d Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Thu, 2 Apr 2026 17:31:39 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5067=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E4=BD=93=E9=AA=8C=E5=88=B8?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E4=B8=BB=E9=A2=98=E5=9B=BE=E7=89=87=E9=9C=80?= =?UTF-8?q?=E6=94=BE=E5=A4=A7=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/MyOrder/index.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index 5893acd..a1b6548 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -1248,7 +1248,17 @@ page { overflow: hidden; margin: 0.7 * 100rpx auto 0.5 * 100rpx auto; } - +.pictrue{ + width: 160rpx !important; + height: 160rpx !important; + border-radius: 16rpx !important; +} +.my-order .list .item .item-info .text { + width: 448rpx !important; + font-size: 28rpx; + color: #999; + margin-top: 6rpx; +} .noCart .pictrue image { width: 408rpx; height: 414rpx; @@ -1301,7 +1311,7 @@ page { margin: 10rpx 0 0 0; } .my-order .list .item .item-info .text .name { - width: calc(100% - 160rpx); + width: calc(100% - 120rpx); } .tips-text{ padding: 0 12rpx;