Jelajahi Sumber

优化图像识别样式影响

zhujindu 8 bulan lalu
induk
melakukan
b65d0fc16a
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/components/imageWhiteStore.vue

+ 2 - 2
src/components/imageWhiteStore.vue

@@ -17,7 +17,7 @@
             @click="previewsImg(imageWhiteStoreData.data.url)" />
           <img v-else :src="imageEmpty" width="100%" height="300px" />
         </div>
-        <div class="AIVerify" v-html="imageWhiteStoreData.data.whiteMsg || ''"></div>
+        <div class="AIVerifyWhite" v-html="imageWhiteStoreData.data.whiteMsg || ''"></div>
         <div class="uploadBtnAIVerify" :style="{ 'justify-content': 'center' }">
           <div class="confirmUploadAIVerify" @click="normalFlow">确认</div>
         </div>
@@ -117,7 +117,7 @@ export default {
         border-radius: vw(10);
       }
     }
-    .AIVerify {
+    .AIVerifyWhite {
       font-size: vw(32);
       margin-top: vw(45);
       // display: flex;