From 7b5cbdf010ba2547e68131c1956616d9b1d034b2 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 6 Feb 2024 17:16:31 +0800 Subject: [PATCH] bigscreen style fixed --- components/layout/AiDvSummary/components/Summary19.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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; - } } }