소스 검색

feat(学生): 为选择题详情对话框中的图片添加点击查看功能

添加点击事件处理函数,允许用户点击图片查看大图,提升用户体验
SanHQin 2 일 전
부모
커밋
fc4d701fe1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/Student/components/choiceQuestionDetailDialog.vue

+ 1 - 1
src/views/Student/components/choiceQuestionDetailDialog.vue

@@ -251,7 +251,7 @@
                           {{ item.type }}
                         </div>
                         <div class="na_m_i_content">
-                          <img style="height: 100px;width: auto;" :src="item3" />
+                          <img @click="lookImage(item3)" style="height: 100px;width: auto;cursor: pointer;" :src="item3" />
                         </div>
                       </div>
                     </template>