zhanghui hace 1 año
padre
commit
ee0299abbd
Se han modificado 1 ficheros con 3 adiciones y 15 borrados
  1. 3 15
      pages/groupbuying_details/order_details_list/index.vue

+ 3 - 15
pages/groupbuying_details/order_details_list/index.vue

@@ -1040,6 +1040,7 @@ export default {
 	margin-bottom: 20rpx;
 	background: white;
 
+
 	.w1 {
 		display: flex;
 		flex-direction: row;
@@ -1047,20 +1048,13 @@ export default {
 		.imageView{
 			width: 32rpx;
 			height: 32rpx;
-			margin-top: 6rpx;
+			margin-top: 4rpx;
 			image {
 				width: 32rpx;
 				height: 32rpx;
 			}
 		}
-		//text{
-		//	height: 44rpx;
-		//	font-size: 32rpx;
-		//	font-weight: 500;
-		//	color: #FEA800;
-		//	line-height: 44rpx;
-		//	margin-left: 15rpx;
-		//}
+
 	}
 
 	.w2 {
@@ -1175,20 +1169,14 @@ export default {
 
 .success_status {
   min-width: 100rpx;
-  text-align: right;
-  margin-right: 30rpx;
   color: #75BE00;
 }
 .refund_status {
   min-width: 100rpx;
-  text-align: right;
-  margin-right: 30rpx;
   color: #333333;
 }
 .status {
   min-width: 100rpx;
-  text-align: right;
-  margin-right: 30rpx;
   color: #FEA800;
 }