From 788d7fc865e09aa28755f2e7e75ccf4b8732e4e3 Mon Sep 17 00:00:00 2001 From: Double-_-Z <2492419643@qq.com> Date: Sun, 17 Aug 2025 17:37:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=B0=8F=E7=A8=8B=E5=BA=8F=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aircraft/server/order/order.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }