lsc 1 dia atrás
pai
commit
b806ce10b4
1 arquivos alterados com 1 adições e 1 exclusões
  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)
     })
   }
 }