Fix:4291 【旅居商城小程序】订单详情团购价格往下移,参考效果图

This commit is contained in:
linxi
2025-10-30 15:26:54 +08:00
parent d142a9df7a
commit ff1c4b3313
+5 -2
View File
@@ -437,13 +437,16 @@ export default {
padding: 30rpx;
display: flex;
.product-image {
width: 200rpx;
height: 200rpx;
width: 180rpx;
height: 180rpx;
border-radius: 12rpx;
}
.product-info {
flex: 1;
margin-left: 20rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
.product-title {
font-size: 28rpx;
color: #333;