From 89dcf74f1707b816366b0b611bfd08d3dc742b7e Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 24 Feb 2025 15:48:43 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3257=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=90=9C=E7=B4=A2=E7=83=AD?= =?UTF-8?q?=E9=94=80=E6=A6=9C=E5=8D=95=E4=B8=AD=E5=95=86=E5=93=81=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=E8=BF=87=E9=95=BF=E6=97=B6=E4=BC=9A=E8=B6=85=E5=87=BA?= =?UTF-8?q?=E6=A6=9C=E5=8D=95=E5=BA=95=E6=A1=86=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodSearch/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/shop/GoodSearch/index.vue b/pages/shop/GoodSearch/index.vue index 138a669..1ba30f5 100644 --- a/pages/shop/GoodSearch/index.vue +++ b/pages/shop/GoodSearch/index.vue @@ -397,7 +397,7 @@ export default { line-height: 32rpx; } .price-wrap { - display: flex; + // display: flex; margin: 6rpx 0 0 0; line-height: 30rpx; .price { @@ -405,7 +405,7 @@ export default { font-size: 24rpx; } .ot-price { - margin: 0 0 0 20rpx; + // margin: 0 0 0 20rpx; color: #BFBFBF; font-size: 20rpx; text-decoration: line-through;