|
|
@@ -20,10 +20,9 @@
|
|
|
<img
|
|
|
v-if="imageAIVerifyData.url"
|
|
|
:src="imageAIVerifyData.url"
|
|
|
- width="100px"
|
|
|
- height="100px"
|
|
|
+ height="200px"
|
|
|
@click="previewsImg(imageAIVerifyData.url)" />
|
|
|
- <img v-else :src="imageEmpty" width="100px" height="100px" />
|
|
|
+ <img v-else :src="imageEmpty" height="200px" />
|
|
|
</div>
|
|
|
<div class="AIVerify">
|
|
|
图像识别结果:<span style="color: red">{{ contentMessage }}</span>
|
|
|
@@ -328,7 +327,7 @@ export default {
|
|
|
padding: 6px 0;
|
|
|
font-size: 14px;
|
|
|
/* color: red; */
|
|
|
- text-align: center;
|
|
|
+ /* text-align: center; */
|
|
|
/* border-top: 1px solid #cfcfcf; */
|
|
|
}
|
|
|
.uploadImgAIVerify {
|
|
|
@@ -367,6 +366,7 @@ export default {
|
|
|
color: #fff;
|
|
|
border-radius: 10px;
|
|
|
margin: 0 6px;
|
|
|
+ flex: 1;
|
|
|
}
|
|
|
.confirmUploadAIVerify {
|
|
|
background-color: #0057ba;
|