From ae554044d39f0eec08d468bf175bbbe60025891a Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 13 Aug 2024 17:26:36 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E9=A6=96=E9=A1=B5):[#2164]=E5=B0=96?= =?UTF-8?q?=E8=B4=A7=E6=8E=A8=E8=8D=90=E7=AE=80=E4=BB=8B=E8=BF=87=E9=95=BF?= =?UTF-8?q?=E6=97=B6=E6=8D=A2=E8=A1=8C=EF=BC=8C=E6=9C=80=E5=A4=9A2?= =?UTF-8?q?=E8=A1=8C=EF=BC=8C=E8=B6=85=E5=87=BA=E7=9A=84=E7=94=A8...?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/xdd-product-item/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/xdd-product-item/index.vue b/components/xdd-product-item/index.vue index 9b84ea9..8a96c2a 100644 --- a/components/xdd-product-item/index.vue +++ b/components/xdd-product-item/index.vue @@ -25,7 +25,7 @@ {{ item.storeName }} - + {{ item.bestContent }} @@ -108,6 +108,7 @@ export default { color: #333; } .desc { + width: 320rpx; padding: 10rpx 0 0 0; color: #FFC543; font-size: 24rpx;