From 717328223adc28cd54916655d1bae4390039190c Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 6 Feb 2024 17:23:42 +0800 Subject: [PATCH] bigscreen style fixed --- components/layout/AiDvSummary/components/Summary19.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/layout/AiDvSummary/components/Summary19.vue b/components/layout/AiDvSummary/components/Summary19.vue index 631b42b3..b859946c 100644 --- a/components/layout/AiDvSummary/components/Summary19.vue +++ b/components/layout/AiDvSummary/components/Summary19.vue @@ -39,8 +39,6 @@ $theme-color: #23ECFD; display: flex; justify-content: space-between; flex-wrap: wrap; - //display: grid; - //grid-template-columns: repeat(2, 1fr); font-size: 14px; div { @@ -50,9 +48,8 @@ $theme-color: #23ECFD; .summary19-item { width: 48%; display: grid; - grid-template-columns: 3fr 1fr; + grid-template-columns: 2fr 1fr; align-items: baseline; - //justify-content: space-between; gap: 4px; span {