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

(cherry picked from commit 341d4d5c70)
This commit is contained in:
linxi
2026-04-24 09:18:04 +08:00
parent 77e900e02c
commit 4b56c2cce7
+4
View File
@@ -1539,4 +1539,8 @@ page {
justify-content: center;
margin-right: 20rpx;
}
.item-info .pictrue{
width: 160rpx !important;
height: 160rpx !important;
}
</style>