瀏覽代碼

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

奔跑的面条 3 年之前
父節點
當前提交
d7c0a21324
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/chart/ContentCharts/components/ChartsItemBox/index.vue

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