mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-20 09:33:47 +08:00
修改
1.修改购物车数量超出或者乱输入的问题 2.修改领取优惠券报错问题 3.修改订单页面订单列表数据错乱问题 4.修复真机手机模式的购买页面样式对齐和二维码对齐 5.修改支付二维码接口错误问题 6.修复苹果端立即购买按钮没反应问题
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
.usercontshow{
|
||||
min-height: 70vh;
|
||||
}
|
||||
|
||||
.qrcode{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media screen and (max-width:768px){
|
||||
.online{
|
||||
margin: 0;
|
||||
@@ -280,6 +287,7 @@
|
||||
height: 164px;
|
||||
.rc-usercenter{
|
||||
width: 27%;
|
||||
cursor : pointer;
|
||||
em{
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user