瀏覽代碼

复核页面去掉左上角数字角标

刘洋 9 月之前
父節點
當前提交
e058655845
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      src/features/student/studentInspect/MarkBoardInspect.vue

+ 6 - 4
src/features/student/studentInspect/MarkBoardInspect.vue

@@ -19,15 +19,17 @@
       </div>
     </div>
 
-    <div v-if="groups" class="question-list tw-flex-grow tw-overflow-auto">
+    <!-- <div v-if="groups" class="question-list tw-flex-grow tw-overflow-auto">
       <template
         v-for="({ groupNumber, selectiveIndex }, index) in groups"
         :key="index"
-      >
+      > -->
+    <div v-if="groups" class="question-list tw-flex-grow tw-overflow-auto">
+      <template v-for="({ groupNumber }, index) in groups" :key="index">
         <div class="question-item tw-mb-4 tw-bg-white tw-p-4 tw-pl-5 tw-pr-3">
-          <div v-if="selectiveIndex" class="question-item-select-group">
+          <!-- <div v-if="selectiveIndex" class="question-item-select-group">
             {{ selectiveIndex }}
-          </div>
+          </div> -->
           <div
             class="tw-flex tw-justify-between tw-place-items-center hover:tw-bg-gray-200"
             @mouseover="willAddFocusTrack(groupNumber, undefined, undefined)"