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 {