Browse Source

可拆卖、不可拆卖文字样式调整。

yangc 8 years ago
parent
commit
cb3a3b6747

+ 1 - 1
components/product/ComponentGoods.vue

@@ -275,7 +275,7 @@
     padding: 10px 0;
   }
   .product-list tbody tr td .can-div-sell {
-    color: #808080;
+    color: #333;
   }
   .search-record{
     width: 100%;

+ 1 - 1
components/product/component/StoreInfo.vue

@@ -376,6 +376,6 @@
   }
   .storeInfo .goodsList .can-div-sell {
     text-align: left;
-    color: #808080;
+    color: #333;
   }
 </style>

+ 1 - 0
components/search/GoodList.vue

@@ -90,6 +90,7 @@
              <!-- <div class="multiple" v-if="item.reserve > 0">
                 倍数:<span v-text="item.minPackQty"></span>
               </div>-->
+              <div v-if="item.reserve" v-text="item.breakUp?'可拆卖':'不可拆卖'"></div>
             </td>
             <td>
               <div v-show="!item.prices">

+ 1 - 1
components/store/CommodityInfo.vue

@@ -615,7 +615,7 @@ export default {
 	}
 
   .commodity-detail .content .com-info .div-sell {
-    font-size: 14px;
+    font-size: 12px;
     height: 16px;
     line-height: 16px;
     color: #fff;

+ 1 - 1
components/store/CommodityList.vue

@@ -422,7 +422,7 @@ export default {
 		line-height: 20px;
 	}
   #goods-list-fragment .goodslist tbody>tr td .can-div-sell {
-    color: #808080;
+    color: #333;
   }
 
 	/* 物品列表按钮 */