소스 검색

fix(pdf): restore top-right header to paper id

yemeishu 2 주 전
부모
커밋
15c0e9f221
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      resources/views/pdf/exam-grading.blade.php
  2. 2 2
      resources/views/pdf/exam-paper.blade.php

+ 2 - 2
resources/views/pdf/exam-grading.blade.php

@@ -29,8 +29,8 @@
                 color: #666;
             }
             @top-right {
-                content: "{{ $paperHeaderTitle }}";
-                font-size: 12px;
+                content: "{{ $gradingCode }}";
+                font-size: 17px;
                 font-weight: 600;
                 font-family: "Noto Sans", "Liberation Sans", "Nimbus Sans", sans-serif;
                 letter-spacing: 0;

+ 2 - 2
resources/views/pdf/exam-paper.blade.php

@@ -26,8 +26,8 @@
                 color: #666;
             }
             @top-right {
-                content: "{{ $paperHeaderTitle }}";
-                font-size: 12px;
+                content: "{{ $examCode }}";
+                font-size: 17px;
                 font-weight: 600;
                 font-family: "Noto Sans", "Liberation Sans", "Nimbus Sans", sans-serif;
                 letter-spacing: 0;