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;