|
|
@@ -673,7 +673,7 @@ export default {
|
|
|
this.$nextTick(()=>{
|
|
|
if((this.multiSubjectData.standardScoreAnalysisStatus === 0 && this.schoolType == 2) || this.schoolType == 1){
|
|
|
const desHeight = this.$refs?.standardScoreChartDes?.offsetHeight || 0;
|
|
|
- const divHeight = 404 + desHeight;
|
|
|
+ const divHeight = 383 + desHeight;
|
|
|
this.multiSubjectData.chartPagesNum = this.SingleChartPage(this.multiSubjectData.datay.length > 0 ? divHeight : 0);
|
|
|
}else{
|
|
|
this.multiSubjectData.chartPagesNum = this.SingleChartPage(0);
|