From 3625a45e2c3f0580f03f1e15d3d77c0cfe994de1 Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 20 Nov 2024 17:18:12 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2621=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=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E2=80=94=E5=86=8D=E4=B9=B0=E4=B8=80=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=B6=E8=B4=A7=E5=9C=B0=E5=9D=80=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E6=A1=86=E5=BC=B9=E5=87=BA=E4=B9=8B=E5=89=8D=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E5=B7=B2=E4=BF=AE=E6=94=B9=EF=BC=8C=E7=82=B9=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E4=BF=AE=E6=94=B9=E6=97=A0=E6=B3=95=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodsCon/index.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index efe9564..0f59784 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -211,7 +211,7 @@ 资质 - {{ storeInfo.merName }} + {{ storeInfo.merName }} @@ -1873,7 +1873,12 @@ export default { font-size: 0.28 * 100rpx; color: #808080; } - +.after-title{ + white-space: nowrap; +} +.store-title{ + width: 400rpx; +} .product-con .store-info .praise .iconfont { font-size: 0.28 * 100rpx; }