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;