From b3d8fefaba0da639d144b20c71b73bfe232b4a93 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Thu, 10 Oct 2024 19:17:12 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2459=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BA=B7=E5=85=BB=E9=A6=96?= =?UTF-8?q?=E9=A1=B5--=E5=9F=8E=E5=B8=82=E5=88=97=E8=A1=A8=E5=BA=94?= =?UTF-8?q?=E4=BB=A5=E4=B8=89=E5=88=97=E8=BF=9B=E8=A1=8C=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/healthList.vue | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) 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; }