常志远 hai 1 ano
pai
achega
28009c3aed
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      pages/statistics/statistics.vue

+ 5 - 2
pages/statistics/statistics.vue

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