Explorar o código

feat: 修改默认导出倍率

bill hai 1 mes
pai
achega
20168491c9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/example/fuse/views/tabulation/header.vue

+ 1 - 1
src/example/fuse/views/tabulation/header.vue

@@ -55,7 +55,7 @@ const getCoverImage = (format: string) => {
     };
 
     let fileBlob = await (draw.stage!.toBlob({
-      pixelRatio: 4,
+      pixelRatio: 2,
       mimeType: format,
       quality: 1,
       ...rect,