From e1d88137aee883b3bd79ccb6a0ab5e7fc1fd8ee2 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 25 Apr 2025 11:54:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(cartBall):=20=E8=B4=AD=E7=89=A9=E8=BD=A6?= =?UTF-8?q?=E5=9D=90=E6=A0=87=E4=BD=8D=E7=BD=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/cartBall.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/cartBall.vue b/components/cartBall.vue index cc8e27c..0680ddb 100644 --- a/components/cartBall.vue +++ b/components/cartBall.vue @@ -87,8 +87,8 @@ export default { } .quan { position: absolute; - right: 24rpx; - bottom: 33%; + right: 84rpx; + bottom: 30%; background: #fff; border-radius: 50%; box-shadow: 0px 2px 20px 0px rgba(204, 204, 204, 1);