From c8715d2b743240ea95fa72dbd7b66415587fe238 Mon Sep 17 00:00:00 2001 From: xiayebo <364530740@qq.com> Date: Sun, 30 Nov 2025 00:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cart/CartItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cart/CartItem.vue b/src/components/cart/CartItem.vue index ed220af..306433e 100644 --- a/src/components/cart/CartItem.vue +++ b/src/components/cart/CartItem.vue @@ -93,12 +93,12 @@ function goToDetail() { // border-radius: 16rpx; border-bottom: 1rpx solid #f5f5f5; margin-bottom: 0; + position: relative; // 移到嵌套规则之前 &:last-child { border-bottom: none; padding-bottom: 0; } - position: relative; } .checkbox {