| xqd
@@ -146,7 +146,7 @@
|
|
|
<view
|
|
|
v-if="showGoodsName"
|
|
|
v-bind:class="[textAlign, 'u-goods-name', 't-omit-two']"
|
|
|
- style="font-size: 26rpx;"
|
|
|
+ style="font-size: 28rpx;"
|
|
|
>
|
|
|
{{goods.name}}
|
|
|
</view>
|
| xqd
@@ -167,7 +167,7 @@
|
|
|
v-if="showGoodsPrice || isShowOriginalPrice(goods)"
|
|
|
v-bind:class="[textAlign, 'dir-top-nowrap']"
|
|
|
>
|
|
|
- <text v-if="showGoodsPrice" class="u-goods-price" v-bind:class="[theme + '-m-text', theme]" style="font-size: 26rpx;">{{goods.price_content}}</text>
|
|
|
+ <text v-if="showGoodsPrice" class="u-goods-price" v-bind:class="[theme + '-m-text', theme]" style="font-size: 28rpx;">{{goods.price_content}}</text>
|
|
|
<text
|
|
|
v-if="isShowOriginalPrice(goods)"
|
|
|
class="u-original-price"
|