Zt hace 1 año
padre
commit
b934b2a367

+ 2 - 2
reado-app/components/ecahrts/dataQuery.vue

@@ -23,7 +23,7 @@
 					legend: {},
 					xAxis: {
 						disableGrid: true,
-						// itemCount: 5,
+						itemCount: 5,
 						scrollShow: true,
 					},
 					yAxis: {
@@ -52,7 +52,7 @@
 					categories: time,
 					series: this.service
 				};
-				this.opts.xAxis.itemCount = this.service[0].data.length
+				// this.opts.xAxis.itemCount = this.service[0].data.length
 				this.chartData = JSON.parse(JSON.stringify(res));
 			},
 		}

+ 1 - 1
reado-app/pages/reportForm/index.vue

@@ -90,7 +90,7 @@
 	}
 
 	::v-deep .uni-list-item__content-title {
-		font-size: 40rpx;
+		font-size: 34rpx;
 	}
 
 	::v-deep .uniui-arrowright {