diff --git a/aircraft/server/order/order.vue b/aircraft/server/order/order.vue index 8ebfabf..255f9bf 100644 --- a/aircraft/server/order/order.vue +++ b/aircraft/server/order/order.vue @@ -250,7 +250,7 @@ export default { .item-self{ display: flex; flex-direction: column; - justify-content: space-between; + // justify-content: space-between; font-family: Source Han Sans SC; font-weight: 500; font-size: 28rpx; @@ -259,7 +259,7 @@ export default { margin-top: 6rpx; } .item-phone{ - margin-bottom: 6rpx; + margin-top: 14rpx; font-family: Arial; } }