From 0af5906b6158edfff89faced9f67ab67d8e66ce2 Mon Sep 17 00:00:00 2001 From: itgaojian163 Date: Tue, 13 May 2025 15:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96,=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=A6=96=E6=AC=A1=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=BC=96=E8=BE=91=E5=8A=9F=E8=83=BD=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxml | 2 +- pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxss | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxml b/pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxml index 712f3cd..7e3f2c3 100644 --- a/pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxml +++ b/pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxml @@ -11,7 +11,7 @@ - + diff --git a/pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxss b/pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxss index 5fd8988..f1a4d0f 100644 --- a/pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxss +++ b/pages/mine/mineAccount/invoiceInfo/invoiceInfo.wxss @@ -92,7 +92,6 @@ .order-box { display: flex; flex-direction: column; - justify-content: center; } .order-item { @@ -102,10 +101,6 @@ border-radius: 15rpx; } -.order-item:nth-of-type(n+2) { - margin-top: 20rpx; -} - .contact-desc { display: flex; flex-direction: row;