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 {