From 5da4d4a3f72f350e29a7a3288ab6fe74bea32a43 Mon Sep 17 00:00:00 2001 From: SeanHsieh Date: Thu, 17 Aug 2023 12:23:07 +0800 Subject: [PATCH] fix(ticket): ui broken on ticket info --- pages/registration/tickets.vue | 46 +++++++++++++++------------------- 1 file changed, 20 insertions(+), 26 deletions(-) diff --git a/pages/registration/tickets.vue b/pages/registration/tickets.vue index 8ce2da03df..8a239b3fa0 100644 --- a/pages/registration/tickets.vue +++ b/pages/registration/tickets.vue @@ -64,19 +64,19 @@ -
+
-
    +
    -
    + +
    -
    +
    @@ -603,25 +610,12 @@ li.li-mb-6 { margin-bottom: 6px; } -.ticketContainer .ticketHeader { - @apply m-auto px-0 pb-[24px] pt-0; - @media (min-width: 1440px) { - @apply p-0; - } +.features { + @apply xl:mb-0; } - -.ticketContainer .features { - @apply mx-auto flex min-w-0 flex-col justify-center px-0 pb-[24px] pt-0; - margin-bottom: 0 !important; - @media (min-width: 1440px) { - @apply min-w-[240px] p-0; - } -} - -.ticketContainer .price { - @apply m-auto flex flex-row-reverse px-0 pb-[24px] pt-0 text-center text-[22px] xl:flex-col; - @media (min-width: 1440px) { - @apply p-0 text-[28px]; +.sellingStatusButton { + @media (min-width: 1480px) { + flex-basis: 160px; } }