From 8a9862126b5f17955643ded07253cb599e9b2222 Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 29 Nov 2024 11:44:42 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9Avivo=E6=89=8B=E6=9C=BA=E5=85=BC?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesInn/inn/farmerStore.vue | 17 +++++++----- pkg_product/views/famousQianxianShop.vue | 33 ++++++++++++++---------- 2 files changed, 31 insertions(+), 19 deletions(-) diff --git a/pagesInn/inn/farmerStore.vue b/pagesInn/inn/farmerStore.vue index 6bc9b03..89b5e42 100644 --- a/pagesInn/inn/farmerStore.vue +++ b/pagesInn/inn/farmerStore.vue @@ -156,12 +156,14 @@ class="item" @click="goGoodsConByID(item)" > - + + + {{ item.productName }} + - {{ item.productName }} @@ -668,13 +670,16 @@ export default { .item { position: relative; width: 332rpx; - // height: 528rpx; + height: 528rpx; box-sizing: border-box; margin-right: 22rpx; margin-bottom: 24rpx; border-radius: 20rpx; background: #fff; overflow: hidden; + display: flex; + flex-direction: column; + justify-content: space-between; .name { padding: 8rpx 6rpx; font-size: 26rpx; diff --git a/pkg_product/views/famousQianxianShop.vue b/pkg_product/views/famousQianxianShop.vue index 9c4ba39..b2670cb 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -539,11 +539,13 @@ --> - - - + + + + + + {{ item.productName }} - {{ item.productName }} @@ -557,16 +559,18 @@ - - - - - + + + + + + + + {{ item.content }} - {{ item.content }} @@ -1892,5 +1896,8 @@ export default { } .f-wrap{ box-sizing: border-box; + display: flex; + flex-direction: column; + justify-content: space-between; }