Browse Source

修改答题样式控制

dusenyao 1 năm trước cách đây
mục cha
commit
a517759889
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/exercise_questions/answer/index.vue

+ 1 - 1
src/views/exercise_questions/answer/index.vue

@@ -36,7 +36,7 @@
             <span>{{ getExerciseName('cur') }}</span>
           </div>
         </el-popover>
-        <div v-if="!isTeacherAnnotations" class="round primary">
+        <div v-if="!isTeacherAnnotations && !isSubmit" class="round primary">
           <SvgIcon icon-class="hourglass" />{{ secondFormatConversion(time) }}
         </div>
       </div>