3
0
Fork 0

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 { .quan {
position: absolute; position: absolute;
right: 24rpx; right: 84rpx;
bottom: 33%; bottom: 30%;
background: #fff; background: #fff;
border-radius: 50%; border-radius: 50%;
box-shadow: 0px 2px 20px 0px rgba(204, 204, 204, 1); box-shadow: 0px 2px 20px 0px rgba(204, 204, 204, 1);