浏览代码

图像识别页面优化

zhujindu 11 月之前
父节点
当前提交
a5b411f643
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/imageAIVerifyErr.vue

+ 2 - 2
src/components/imageAIVerifyErr.vue

@@ -20,9 +20,8 @@
             <img
               v-if="imageAIVerifyData.url"
               :src="imageAIVerifyData.url"
-              height="200px"
               @click="previewsImg(imageAIVerifyData.url)" />
-            <img v-else :src="imageEmpty" height="200px" />
+            <img v-else :src="imageEmpty" />
           </div>
           <div class="AIVerify">
             图像识别结果:<span style="color: red">{{ contentMessage }}</span>
@@ -323,6 +322,7 @@ export default {
     padding: 5px;
   }
   .contentAIVerify {
+    width: 100%;
     .AIVerify {
       padding: 6px 0;
       font-size: 14px;