浏览代码

no message

宇宙无敌M1处理器的MacBook Pro 4 年之前
父节点
当前提交
2a9c8b9b0a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      components/page-component/u-goods-list/u-ordinary-list.vue

+ 2 - 2
components/page-component/u-goods-list/u-ordinary-list.vue

xqd 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>
@@ -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"