소스 검색

图像识别页面优化

zhujindu 11 달 전
부모
커밋
6a5288882e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/imageAIVerifyErr.vue

+ 0 - 1
src/components/imageAIVerifyErr.vue

@@ -20,7 +20,6 @@
             <img
               v-if="npkpiData.imageUrl"
               :src="npkpiData.imageUrl"
-              width="100%"
               height="200px"
               @click="previewsImg(npkpiData.imageUrl)" />
             <img v-else :src="imageEmpty" width="100%" height="200px" />