feat(cartBall): 购物车坐标位置优化

This commit is contained in:
woody 2025-04-25 11:54:43 +08:00
parent 7316794ba9
commit e1d88137ae
1 changed files with 2 additions and 2 deletions

View File

@ -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);