Browse Source

图像识别

zhujindu 1 year ago
parent
commit
0030812b85
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/components/imageAIVerifyErr.vue

+ 4 - 4
src/components/imageAIVerifyErr.vue

@@ -325,10 +325,6 @@ export default {
     color: red;
     /* white-space: nowrap; */
   }
-  .feedback {
-    border-top: 1px solid #cfcfcf;
-    padding: 5px 0;
-  }
   .uploadBtnAIVerify {
     /* border-top: 1px solid #cfcfcf; */
     display: flex;
@@ -376,6 +372,10 @@ export default {
       padding: 3px 0;
     }
   }
+  .feedback {
+    border-top: 1px solid #cfcfcf;
+    padding: 5px 0;
+  }
 }
 .openTipsMask,
 .openTips {