WANG 6 年之前
父节点
当前提交
3fb98c21a0
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/modules/examwork/view/examStudent.vue
  2. 1 1
      src/modules/examwork/view/student.vue

+ 1 - 1
src/modules/examwork/view/examStudent.vue

@@ -809,7 +809,7 @@
           :visible.sync="photoDialog"
           width="300px"
         >
-          <img :src="photo.url" alt="学生照片" height="100%" width="100%" />
+          <img :src="photo.url" height="100%" width="100%" />
         </el-dialog>
       </div>
     </div>

+ 1 - 1
src/modules/examwork/view/student.vue

@@ -446,7 +446,7 @@
           width="300px"
           :center="true"
         >
-          <img :src="photo.url" alt="学生照片" height="100%" width="100%" />
+          <img :src="photo.url" height="100%" width="100%" />
         </el-dialog>
       </div>
     </div>