|
|
@@ -48,7 +48,7 @@
|
|
|
<span class="name">封 装</span>:<span v-text="commodity.encapsulation || '无封装信息'"></span>
|
|
|
</div>
|
|
|
<div class="com-info">
|
|
|
- <span class="name">库 存</span>:<span v-text="commodity.reserve || 0"></span>
|
|
|
+ <span class="name">库 存</span>:<span v-text="commodity.reserve || 0"></span><em style="margin-left: 3px;">PCS</em>
|
|
|
(<span v-text="commodity.minBuyQty || 1"></span>个起订)
|
|
|
<span :class="commodity.breakUp?'div-sell can-div-sell':'div-sell not-div-sell'" v-text="commodity.breakUp?'可拆卖':'不可拆卖'" ></span>
|
|
|
</div>
|
|
|
@@ -517,7 +517,11 @@ export default {
|
|
|
font-size: 14px;
|
|
|
line-height: 26px;
|
|
|
}
|
|
|
-
|
|
|
+ .commodity-detail .content .com-info em {
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 26px;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
.input-group .input-group-operate {
|
|
|
padding: 6px 12px;
|
|
|
font-size: 14px;
|