Commit 7e6a40b8 by member

修改礼品样式

parent 283f572f
......@@ -24,8 +24,8 @@
<img :src="item.mainImageUrl" class="img" alt="商品图片">
<div class="inline-block goods-message">
<p class="limit-2 pro-name">{{item.proName}}</p>
<p class="gray-color pro-code">所需积分:{{item.integralCost}}</p>
<span class="pro-price">所需现金:{{item.cashCost}}</span>
<p class="gray-color pro-code pro-name">所需积分:{{item.integralCost}}</p>
<p class="pro-price pro-name">所需现金:{{item.cashCost}}</p>
</div>
</li>
</ul>
......@@ -180,5 +180,6 @@ export default {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin: 8px 0;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment