Fix:订单列表商品图片调大

This commit is contained in:
linxi
2026-04-23 18:15:07 +08:00
parent a86b416ed8
commit 341d4d5c70
+4
View File
@@ -1539,4 +1539,8 @@ page {
justify-content: center;
margin-right: 20rpx;
}
.item-info .pictrue{
width: 160rpx !important;
height: 160rpx !important;
}
</style>