From 34ff7c403a41fee6415c9faa156367356af048ff Mon Sep 17 00:00:00 2001 From: linxi Date: Tue, 24 Dec 2024 10:50:10 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2909=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=E5=95=86=E5=93=81=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=E8=BF=87=E9=95=BF=E6=97=B6=EF=BC=8C=E5=95=86=E5=93=81?= =?UTF-8?q?=E8=B6=B3=E8=BF=B9=E5=86=85=E5=95=86=E5=93=81=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/History/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/user/History/index.vue b/pages/user/History/index.vue index 82f2f6e..ba30e72 100644 --- a/pages/user/History/index.vue +++ b/pages/user/History/index.vue @@ -43,9 +43,9 @@ {{ historyItem.couponName }} - + - {{ historyItem.price }} + {{ historyItem.price }} {{ historyItem.otPrice }} @@ -254,8 +254,9 @@ export default { padding: 12rpx 12rpx 20rpx 12rpx; .price { line-height: 34rpx; + align-items: flex-end; .ot-price { - margin: 0 0 0 10rpx; + // margin: 0 0 0 10rpx; color: #CBCBCB; position: relative; }