diff --git a/components/layout/AiDvSummary/components/Summary19.vue b/components/layout/AiDvSummary/components/Summary19.vue index b6a9f2b8..9de19229 100644 --- a/components/layout/AiDvSummary/components/Summary19.vue +++ b/components/layout/AiDvSummary/components/Summary19.vue @@ -46,8 +46,10 @@ $theme-color: #23ECFD; } .summary19-item { - display: flex; + display: grid; + grid-template-columns: 4fr 1fr 20px; align-items: baseline; + //justify-content: space-between; gap: 4px; span { @@ -66,10 +68,6 @@ $theme-color: #23ECFD; color: white; text-align: right; } - - &:nth-of-type(2n) { - justify-self: flex-end; - } } }