|
|
@@ -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;
|