Skip to content

Commit

Permalink
🐛 修复绝区零战绩分享图渲染异常
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Jul 10, 2024
1 parent 26f8aab commit 012be32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils/TGClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,9 @@ class TGClient {
width: shareDom.scrollWidth * scale,
style: {
transform: "scale(" + scale + ")",
transformOrigin: "top left"
transformOrigin: "top left",
padding: "0",
margin: "0",
}
};
// 等待3s,让图片充分加载
Expand Down

0 comments on commit 012be32

Please sign in to comment.