Browse Source

fix:icon间距修改

zhangsiya 10 months ago
parent
commit
f1532ffb3c
1 changed files with 1 additions and 1 deletions
  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>