Browse Source

fix:icon间距修改

zhangsiya 11 months ago
parent
commit
19a4306ff5

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

@@ -104,14 +104,13 @@ export default {
   .filter-cell-label {
     margin-top: 2px;
   }
-  .v-vip-icon{
+  .v-vip-icon {
     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>

+ 0 - 1
apps/mobile/src/components/search/bidding/filters.vue

@@ -1228,7 +1228,6 @@ 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;

+ 1 - 2
apps/mobile/src/components/subscribe/SubscribeMoreFilters.vue

@@ -621,11 +621,10 @@ export default {
     border-bottom: 1px solid $border_color_3;
   }
 }
-.v-vip-icon{
+.v-vip-icon {
   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: 2px;