liurongli 1 месяц назад
Родитель
Сommit
9ade85b9e8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/analysisReport/studentPage/downloadPdf/studentReport.vue

+ 1 - 1
src/views/analysisReport/studentPage/downloadPdf/studentReport.vue

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