فهرست منبع

图像识别ui调整

zhujindu 11 ماه پیش
والد
کامیت
ce9de3e4fc
1فایلهای تغییر یافته به همراه13 افزوده شده و 13 حذف شده
  1. 13 13
      src/components/imageAIVerifyErr.vue

+ 13 - 13
src/components/imageAIVerifyErr.vue

@@ -304,6 +304,19 @@ export default {
     padding: 8px;
     overflow: hidden;
     /* min-height: 180px; */
+    .errorImg {
+      width: 100%;
+      display: flex;
+      align-items: center;
+      justify-content: center;
+    }
+    .AIVerify {
+      padding: 6px 0;
+      font-size: 14px;
+      /* color: red; */
+      /* text-align: center; */
+      /* border-top: 1px solid #cfcfcf; */
+    }
   }
   .van-popup {
     width: 90%;
@@ -328,13 +341,6 @@ export default {
     padding: 5px;
   }
   .contentAIVerify {
-    .AIVerify {
-      padding: 6px 0;
-      font-size: 14px;
-      /* color: red; */
-      /* text-align: center; */
-      /* border-top: 1px solid #cfcfcf; */
-    }
     .uploadImgAIVerify {
       display: flex;
       align-items: center;
@@ -345,12 +351,6 @@ export default {
         font-size: 14px;
       }
     }
-    .errorImg {
-      width: 100%;
-      display: flex;
-      align-items: center;
-      justify-content: center;
-    }
   }
   .tipsAIVerify {
     border-top: 1px solid #cfcfcf;