刘洋 1 năm trước cách đây
mục cha
commit
7295716097
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/modules/marking/mark/index.vue

+ 4 - 0
src/modules/marking/mark/index.vue

@@ -109,6 +109,7 @@
     :title="`打回试卷(${rejectTask?.secretNumber})`"
     width="500px"
     :close-on-click-modal="false"
+    :z-index="3001"
   >
     <div>
       <span style="font-size: 14px; font-weight: bold; color: #333">原因:</span
@@ -621,6 +622,9 @@ watch(currentTask, (newVal, oldVal) => {
     if (currentTask.value?.rejectReason) {
       showRejectReason.value = true
       rejectTask.value = currentTask.value
+      setTimeout(() => {
+        ;(document.querySelector('.score-input') as HTMLInputElement)?.blur()
+      }, 500)
     }
   }
   // clearScrollTop()