From d6a347ccb57bf3634194ed10e43fc0a2e4a1f295 Mon Sep 17 00:00:00 2001 From: tnt group Date: Sun, 28 May 2023 17:23:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=8B=E5=9B=BE=E7=89=87=E7=9A=84=E5=B1=95?= =?UTF-8?q?=E7=8E=B0=E6=96=B9=E5=BC=8F=EF=BC=8C=E4=BF=9D=E6=8C=81=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=B8=8D=E8=A2=AB=E5=8F=98=E5=BD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/ContentCharts/components/ChartsItemBox/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/chart/ContentCharts/components/ChartsItemBox/index.vue b/src/views/chart/ContentCharts/components/ChartsItemBox/index.vue index a4179686..cca0c4a1 100644 --- a/src/views/chart/ContentCharts/components/ChartsItemBox/index.vue +++ b/src/views/chart/ContentCharts/components/ChartsItemBox/index.vue @@ -222,6 +222,7 @@ $halfCenterHeight: 50px; height: 100px; max-width: 140px; border-radius: 6px; + object-fit: contain; @extend .go-transition; } } @@ -289,6 +290,7 @@ $halfCenterHeight: 50px; height: $halfCenterHeight; width: auto; transition: all 0.2s; + object-fit: contain; } } .list-bottom {