Browse Source

fix: 修改列表图偏移的问题

奔跑的面条 3 năm trước cách đây
mục cha
commit
d7c0a21324

+ 2 - 1
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;
       }