lsc 1 일 전
부모
커밋
b806ce10b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/Student/index.vue

+ 1 - 1
src/views/Student/index.vue

@@ -641,7 +641,7 @@ const handleFullscreenChange = () => {
     nextTick(() => {
       setTimeout(() => {
         calculateScale()
-      }, 0)
+      }, 500)
     })
   }
 }