From 02c3f7478dc7db868d6b16a99eb4ce456d4b1a7d Mon Sep 17 00:00:00 2001 From: MTrun <1262327911@qq.com> Date: Fri, 14 Jan 2022 16:27:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ContentCharts/components/Charts/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/chart/components/ContentCharts/components/Charts/index.vue b/src/views/chart/components/ContentCharts/components/Charts/index.vue index 4eaad232..a089c93e 100644 --- a/src/views/chart/components/ContentCharts/components/Charts/index.vue +++ b/src/views/chart/components/ContentCharts/components/Charts/index.vue @@ -73,7 +73,7 @@ $imgWidth: 90%; display: flex; align-items: center; justify-content: space-between; - padding: 0 15px; + padding: 4px 15px; @include filter-bg-color('background-color4'); &-text { font-size: 12px; @@ -81,7 +81,7 @@ $imgWidth: 90%; } } .list-center { - padding: 10px 0; + padding: 6px 0; .list-img { width: $imgWidth; border-radius: 6px;