From 74b37a0a3f57e0f6c07f2fad201ab8939101dd75 Mon Sep 17 00:00:00 2001 From: fanfan Date: Mon, 27 May 2024 11:44:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9E=8B=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 16 ++++++++-------- pages/user/index.vue | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index cf364be..1cb40ce 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -76,7 +76,7 @@ - + @@ -108,9 +108,9 @@ - + - + 店内现货 @@ -168,7 +168,7 @@ - + {{item.seckill_price_min}} @@ -191,7 +191,7 @@ - 查看更多 @@ -202,7 +202,7 @@ @click="goJump('/pages/goods/detail?goodsId=' + item.goods_id)"> - + {{item.goods_price_min}} @@ -214,7 +214,7 @@ - 查看更多 @@ -224,7 +224,7 @@ @click="goJump('/pages/goods/detail?goodsId=' + item.goods_id)"> - + {{item.goods_price_min}} diff --git a/pages/user/index.vue b/pages/user/index.vue index 36dfe78..aaeff67 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -1306,10 +1306,10 @@ } .goodsInfo { - margin-bottom: 12rpx; - height: 60rpx; + overflow: hidden; .title { + height: 60rpx; display: flex; align-items: center; margin-top: 10rpx;