Browse Source

no message

xiaoxin 2 years ago
parent
commit
3ae61e274d
1 changed files with 8 additions and 14 deletions
  1. 8 14
      pagesRepairs/home/home.vue

+ 8 - 14
pagesRepairs/home/home.vue

@@ -161,7 +161,7 @@ export default {
 				series: [
 					{
 						name: '好评数',
-						data: [35, 36, 31, 33, 13]
+						data: [45, 36, 31, 33, 13]
 					},
 					{
 						name: '完成数',
@@ -170,32 +170,24 @@ export default {
 				]
 			},
 			opts: {
-				color: ['#1890FF', '#91CB74', '#FAC858', '#EE6666', '#73C0DE', '#3CA272', '#FC8452', '#9A60B4', '#ea7ccc'],
+				color: ['#1890FF', '#91CB74'],
 				padding: [15, 30, 0, 5],
-				enableScroll: false,
-				legend: {},
 				xAxis: {
 					boundaryGap: 'justify',
 					disableGrid: false,
 					gridType: 'dash',
 					gridColor: '#E5E5E5',
 					min: 0,
-					axisLine: false,
-					max: 40
+					axisLine: false
 				},
-				yAxis: {},
 				extra: {
 					bar: {
-						type: 'group',
 						width: 15,
-						meterBorde: 1,
-						meterFillColor: '#FFFFFF',
 						activeBgColor: '#000000',
 						activeBgOpacity: 0.08,
 						linearType: 'custom',
 						barBorderCircle: true,
-						seriesGap: 2,
-						categoryGap: 2
+						seriesGap: 2
 					}
 				}
 			},
@@ -570,8 +562,10 @@ export default {
 
 		.rank_charts {
 			position: absolute;
+			left: 30rpx;
+			right: 30rpx;
 			bottom: 0;
-			width: 100%;
+			width: 630rpx;
 			height: 650rpx;
 		}
 	}
@@ -580,7 +574,7 @@ export default {
 		z-index: 2;
 		position: fixed;
 		right: 0;
-		bottom: 155rpx;
+		bottom: 200rpx;
 		display: flex;
 		justify-content: space-evenly;
 		align-items: center;