From 5bd4d7dcea64446f6a3a6368baf5bc4ec5106245 Mon Sep 17 00:00:00 2001 From: gqt <3217233537@qq.com> Date: Fri, 14 Aug 2026 17:00:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(private-detail):=20=E6=81=A2=E5=A4=8D?= =?UTF-8?q?=E9=80=80=E6=AC=BE=E5=BC=B9=E7=AA=97=E8=A7=84=E5=88=99=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E7=9A=84=E8=AF=B4=E6=98=8E=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/comprehensive/bookings/private-detail.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/miniprogram/src/pages/comprehensive/bookings/private-detail.vue b/miniprogram/src/pages/comprehensive/bookings/private-detail.vue index 47f9b46..93d4acd 100644 --- a/miniprogram/src/pages/comprehensive/bookings/private-detail.vue +++ b/miniprogram/src/pages/comprehensive/bookings/private-detail.vue @@ -79,10 +79,12 @@ 距开始时间 退款比例 + 说明 {{ formatHoursBefore(rule.hours_before_start, idx) }} {{ rule.refund_percentage }}% + {{ rule.description }} @@ -334,6 +336,9 @@ const formatHoursBefore = (hours, idx) => { text { flex: 1; text-align: center; + + &:first-child { flex: 0.8; } + &:last-child { flex: 1.4; } } } @@ -347,6 +352,9 @@ const formatHoursBefore = (hours, idx) => { text { flex: 1; text-align: center; + + &:first-child { flex: 0.8; } + &:last-child { flex: 1.4; text-align: left; } } &.active {