jichoi / lms_front star
woals 2024-08-14
240814 권민수 오답노트 목록 페이지 디테일 추가
@44668274057088522cd1e1e7235096c3f3eae7c9
client/views/pages/main/PreviewNote.vue
--- client/views/pages/main/PreviewNote.vue
+++ client/views/pages/main/PreviewNote.vue
@@ -16,8 +16,10 @@
             <p class="title">오답노트</p>
         </div>
         <div class="wrap" style="border-radius: 0;">
-ㄴ
             <div class="table-wrap">
+                <span class="flex align-center title2 gray mb20">
+                    이 단원에서 틀린 문제가 총 <p class="title1 black">&nbsp;{{ wrongAnswerNotes.length }}&nbsp;</p> 개 있습니다!
+                </span>
                 <table>
                     <colgroup>
                         <col style="width: 10%;">
Add a comment
List