Browse Source

feat: 修改默认导出倍率

bill 1 tháng trước cách đây
mục cha
commit
20168491c9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,