Переглянути джерело

Merge branch 'feature_20250325_图像识别白名单拜访提醒' into release

zhujindu 8 місяців тому
батько
коміт
9dbb4c8edc
1 змінених файлів з 8 додано та 8 видалено
  1. 8 8
      src/components/imageWhiteStore.vue

+ 8 - 8
src/components/imageWhiteStore.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="imageAIVerifyErr">
+  <div class="imageAIVerifyErr imageWhiteStore">
     <el-dialog
       title="图像识别结果"
       :visible.sync="vanPopup"
@@ -19,7 +19,7 @@
         </div>
         <div class="AIVerifyWhite" v-html="imageWhiteStoreData.data.whiteMsg || ''"></div>
         <div class="uploadBtnAIVerify" :style="{ 'justify-content': 'center' }">
-          <div class="confirmUploadAIVerify" @click="normalFlow">确认</div>
+          <div class="changeImageAIVerify" @click="normalFlow">确认</div>
         </div>
       </div>
     </el-dialog>
@@ -120,14 +120,14 @@ export default {
     .AIVerifyWhite {
       font-size: vw(32);
       margin-top: vw(45);
-      // display: flex;
       justify-content: center;
-      text-align: center;
-      // span {
-      color: #9e0202;
+      text-align: left;
+      // color: #9e0202;
       display: block;
-      // max-width: 70%;
-      // }
+      text-indent: 2em;
+      b {
+        color: #9e0202;
+      }
     }
   }
   .van-popup {