lex 1 年間 前
コミット
5c4ee1e282
2 ファイル変更2 行追加2 行削除
  1. 1 1
      src/components/m-img-code/index.tsx
  2. 1 1
      src/styles/index.less

+ 1 - 1
src/components/m-img-code/index.tsx

@@ -104,7 +104,7 @@ export default defineComponent({
         this.code = '';
         setTimeout(() => {
           this.updateIdentifyingCode();
-        }, 500);
+        }, 2000);
       }
     }
   },

+ 1 - 1
src/styles/index.less

@@ -267,7 +267,7 @@ body {
 }
 
 .van-toast {
-  z-index: 9999 !important;
+  z-index: 99999 !important;
 }
 
 .fontBlod {