From 37349183f264e1ac2ab1140b52628aa9572af009 Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 11 Oct 2024 17:27:56 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2485=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=E6=8C=89=E6=95=88=E6=9E=9C?= =?UTF-8?q?=E5=9B=BE=E4=B8=8A=E4=BC=A0164*250=E8=83=8C=E6=99=AF=E5=9B=BE?= =?UTF-8?q?=EF=BC=8C=E4=BC=9A=E5=87=BA=E7=8E=B0=E8=83=8C=E6=99=AF=E5=9B=BE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=AE=8C=E6=95=B4=E7=9A=84=E6=83=85?= =?UTF-8?q?=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/healthFoods.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg_product/views/healthFoods.vue b/pkg_product/views/healthFoods.vue index e782c9a..9f60507 100644 --- a/pkg_product/views/healthFoods.vue +++ b/pkg_product/views/healthFoods.vue @@ -67,7 +67,7 @@ - + {{ k.title @@ -399,7 +399,7 @@ export default { width: 100%; background: #999; border-radius: 20rpx; - overflow: auto; + overflow: hidden; box-sizing: border-box; position: relative; }