diff --git a/pkg_product/views/healthList.vue b/pkg_product/views/healthList.vue index a5a18fa..6081552 100644 --- a/pkg_product/views/healthList.vue +++ b/pkg_product/views/healthList.vue @@ -92,23 +92,23 @@ {{ label }} + v-if="dataList.length > 0" + :style="{'height':listHeight}" + :enable-flex="true" + :scroll-anchoring="true" + :scroll-y="true" + :scroll-with-animation="true" + :enable-back-to-top="true" + class="list flex flex-wrap" + @scrolltolower="onLower" + > @import "@/assets/css/product.less"; +.cover{ + width: 160rpx !important; + height: 160rpx !important; + border-radius: 8rpx; +} +.city-item{ + width: 160rpx !important; + margin: 30rpx 0rpx 0rpx 20rpx; +} .news-title{ white-space: nowrap; }