浏览代码

图像识别白名单拜访提醒

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

+ 8 - 9
src/components/imageWhiteStore.vue

@@ -17,9 +17,7 @@
             @click="previewsImg(imageWhiteStoreData.data.url)" />
           <img v-else :src="imageEmpty" width="100%" height="300px" />
         </div>
-        <div class="AIVerify">
-          <span>{{ imageWhiteStoreData.data.whiteMsg || '' }}</span>
-        </div>
+        <div class="AIVerify" v-html="imageWhiteStoreData.data.whiteMsg || ''"></div>
         <div class="uploadBtnAIVerify" :style="{ 'justify-content': 'center' }">
           <div class="confirmUploadAIVerify" @click="normalFlow">确认</div>
         </div>
@@ -122,13 +120,14 @@ export default {
     .AIVerify {
       font-size: vw(32);
       margin-top: vw(45);
-      display: flex;
+      // display: flex;
       justify-content: center;
-      span {
-        color: #9e0202;
-        display: block;
-        max-width: 70%;
-      }
+      text-align: center;
+      // span {
+      color: #9e0202;
+      display: block;
+      // max-width: 70%;
+      // }
     }
   }
   .van-popup {