Browse Source

订单详情页面修改

zhanghui 1 year ago
parent
commit
c49c2167d3
1 changed files with 4 additions and 2 deletions
  1. 4 2
      pages/groupbuying_details/order_details_list/index.vue

+ 4 - 2
pages/groupbuying_details/order_details_list/index.vue

@@ -762,19 +762,21 @@ export default {
 		display: flex;
 		padding-bottom: 20rpx;
 		background: #fff;
+		padding-left: 15rpx;
+
 
 		image {
-			margin: auto;
 			width: 128rpx;
 			height: 128rpx;
-			margin-right: 20rpx;
 			border: 2rpx solid #FFFFFF;
 		}
 
 		.all-products-item-content {
+
 			width: calc(100% - 128rpx);
 			display: flex;
 			flex-direction: column;
+			padding-left: 15rpx;
 
 
 			.all-products-item-content-t {