lsc 1 dzień temu
rodzic
commit
b806ce10b4
1 zmienionych plików z 1 dodań i 1 usunięć
  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)
     })
   }
 }