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; }