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; }