diff --git a/components/shop/group/item.vue b/components/shop/group/item.vue index f5ea3e4..eacbf15 100644 --- a/components/shop/group/item.vue +++ b/components/shop/group/item.vue @@ -63,7 +63,7 @@ export default { .price{ display: flex; // align-items: center; - align-content: flex-end; + // align-content: flex-end; justify-content: space-between; margin-top: 10rpx; > view:first-child{ @@ -75,6 +75,8 @@ export default { font-size: 22rpx; height: 22rpx; color: #FDD360; + text-align: end; + margin-top:8rpx; } } }