diff --git a/src/views/chart/ContentCharts/components/ChartsItemBox/index.vue b/src/views/chart/ContentCharts/components/ChartsItemBox/index.vue index 2a27725c..efaee756 100644 --- a/src/views/chart/ContentCharts/components/ChartsItemBox/index.vue +++ b/src/views/chart/ContentCharts/components/ChartsItemBox/index.vue @@ -116,7 +116,8 @@ $centerHeight: 100px; height: $centerHeight; overflow: hidden; .list-img { - height: 100%; + height: 100px; + width: 140px; border-radius: 6px; @extend .go-transition; }