From ed0edbab2fb673cc9d83c8b656a1770466f081f8 Mon Sep 17 00:00:00 2001 From: Niujiawei Date: Wed, 5 Aug 2020 22:06:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F=202020.08.?= =?UTF-8?q?05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/shop/list/index.vue | 6 +++--- components/shop/list/item.vue | 2 +- pageC/classify/goods.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/shop/list/index.vue b/components/shop/list/index.vue index 35f2e4f..6ef068a 100644 --- a/components/shop/list/index.vue +++ b/components/shop/list/index.vue @@ -95,7 +95,7 @@ export default { // height: 230px, margin-bottom: 13 // const height = Math.ceil(this.goodsList.length / 2) * (510 + 26); // this.swiperHeight = height == 0 ? '230rpx' : height + 'rpx'; - this.swiperHeight = Math.ceil(this.goodsList.length / 2) * (270 + 13) + 'px'; + this.swiperHeight = Math.ceil(this.goodsList.length / 2) * (280 + 13) + 'px'; }, // tabs通知swiper切换 tabsChange(index) { @@ -125,8 +125,8 @@ export default { }; .top { font-size: 30rpx; - height: 90rpx; - line-height: 90rpx; + height: 74rpx; + line-height: 88rpx; text-align: center; color: #333; } diff --git a/components/shop/list/item.vue b/components/shop/list/item.vue index be4ff0f..5d30f05 100644 --- a/components/shop/list/item.vue +++ b/components/shop/list/item.vue @@ -44,7 +44,7 @@ export default {