浏览代码

学生报告修改

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);