From 0641013a5c678e1cf4fb852799facb9e006b1805 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Wed, 11 Sep 2024 22:57:34 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85)?= =?UTF-8?q?=EF=BC=9A=E3=80=90=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E3=80=91=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E9=A1=B5=E4=B8=AD?= =?UTF-8?q?=EF=BC=8C=E8=A7=84=E6=A0=BC=E5=90=8D=E7=A7=B0=E8=BF=87=E9=95=BF?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=AD=97=E6=AE=B5=E6=BA=A2=E5=87=BA=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E6=A1=86=EF=BC=88=E8=B6=85=E8=BF=8717=E4=B8=AA?= =?UTF-8?q?=E5=AD=97=E5=90=8E=E7=9C=81=E7=95=A5=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodsCon/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index 3c93014..5aca591 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -213,7 +213,7 @@ 选择 - {{ attrValue }} + {{ attrValue }} 库存:{{ attr.productSelect.stock }} @@ -1968,7 +1968,8 @@ export default { padding: 0rpx 5px; height: 42rpx; line-height: 42rpx; - border-radius: 12rpx + border-radius: 12rpx; + width: 360rpx; } .address-wrap{ display: flex;