feat(cartBall): 购物车坐标位置优化
This commit is contained in:
parent
7316794ba9
commit
e1d88137ae
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue