update: 分类商品列表的微信聊天icon大小位置优化

This commit is contained in:
mixtan 2025-09-29 19:26:21 +08:00
parent 4889ce9ff9
commit c79a1ebee5

View File

@ -646,10 +646,12 @@ export default {
.diy_goods_carts {
position: fixed;
right: 24rpx;
bottom: 240rpx;
bottom: 400rpx;
z-index: 100;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
flex: 1;
@ -661,8 +663,8 @@ export default {
box-shadow: 2rpx 4rpx 20rpx rgba(0,0,0,0.3);
.icon {
width: 48rpx;
height: 48rpx;
width: 64rpx;
height: 64rpx;
display: block;
}