From 741303640be1f33702fecf3a5782d5ee465efaf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Tue, 21 Feb 2023 01:08:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=AD=E7=89=A9=E8=BD=A6?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E7=BB=84=E4=BB=B6=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/cart.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/order/cart.vue b/src/pages/order/cart.vue index a8e8c09..fb9801e 100644 --- a/src/pages/order/cart.vue +++ b/src/pages/order/cart.vue @@ -15,7 +15,7 @@ @click="clickGroup(index)" > - + {{ item.name }} @@ -31,7 +31,7 @@ class="item-checkbox" @click="clickItem(index, i)" > - + @@ -208,7 +208,7 @@ export default { } .item-box { position: relative; - width: 609rpx; + width: 604rpx; .component-add { position: absolute; right: 0;