Browse Source

fix:icon间距修改

zhangsiya 11 tháng trước cách đây
mục cha
commit
f1532ffb3c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/mobile/src/components/cell/filter-cell/index.vue

+ 1 - 1
apps/mobile/src/components/cell/filter-cell/index.vue

@@ -108,9 +108,9 @@ export default {
     display: inline-block;
     width: 14px;
     height: 14px;
-    margin-left: 2px;
     background: url(@/assets/image/icon/vip/v_icon.png) no-repeat center;
     background-size: contain;
+    margin-bottom: 1px;
   }
 }
 </style>