Browse Source

提交代码

maotao 1 month ago
parent
commit
4c5795b31f

+ 2 - 2
src/app/views/new-statistics/distribution-inspection-statistics/distribution-synthesize-statistics/distribution-synthesize-statistics.component.ts

@@ -174,8 +174,8 @@ export class DistributionSynthesizeStatisticsComponent implements OnInit {
174
 					  },
174
 					  },
175
 						grid: {
175
 						grid: {
176
 							top: '10%',
176
 							top: '10%',
177
-							left: '2%',  // grid布局设置适当调整避免X轴文字只能部分显示
178
-							right: '2%', // grid布局设置适当调整避免X轴文字只能部分显示
177
+							left: '0%',  // grid布局设置适当调整避免X轴文字只能部分显示
178
+							right: 20, // grid布局设置适当调整避免X轴文字只能部分显示
179
 							bottom: '2%',
179
 							bottom: '2%',
180
 							containLabel: true,
180
 							containLabel: true,
181
 						},
181
 						},