소스 검색

学生报告修改

liurongli 1 개월 전
부모
커밋
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(()=>{
                         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);