常志远 1 năm trước cách đây
mục cha
commit
28009c3aed
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 5 2
      pages/statistics/statistics.vue

+ 5 - 2
pages/statistics/statistics.vue

@@ -1330,15 +1330,17 @@
 
 					display: flex;
 					align-items: center;
-					// justify-content: space-between;
+					justify-content: space-between;
 					flex-wrap: wrap;
 
 					.infos-item {
+						width: 38%;
+						
 						display: flex;
 						align-items: center;
 						color: rgba(51,51,51,1);
 						font-size: 22rpx;
-						margin-right: 8rpx;
+						// margin-right: 16rpx;
 						margin-bottom: 8rpx;
                    .icon{
 					   
@@ -1349,6 +1351,7 @@
 						font-weight: bold;
 					}
 				}
+				
 			}
 		}