소스 검색

refine v3 mastery status column alignment

Center-align the mastery status column in the v3 module table to keep row content visually consistent in print output.

Made-with: Cursor
yemeishu 3 주 전
부모
커밋
182028b1c1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      resources/views/exam-analysis/pdf-report-v3.blade.php

+ 1 - 0
resources/views/exam-analysis/pdf-report-v3.blade.php

@@ -918,6 +918,7 @@
         .module-table td:nth-child(1) { text-align: center; }
         .module-table td:nth-child(2),
         .module-table td:nth-child(3),
+        .module-table td:nth-child(4),
         .module-table td:nth-child(5) { text-align: center; white-space: nowrap; }
         .module-table td:nth-child(6) { font-size: 11px; color: #334155; }
         .module-table tbody tr:nth-child(even) td { background: #fcfdff; }