From 336e0efb8de21b36defa092f6a89feffe0605723 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Tue, 1 Apr 2025 17:56:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=BC=BA=E9=99=B7=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=E4=BF=AE=E5=A4=8D=E6=8B=BC=E5=9B=A2=E9=82=80=E8=AF=B7?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=A0=81=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../s-share-modal/canvas-poster/poster/groupon.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sheep/components/s-share-modal/canvas-poster/poster/groupon.js b/sheep/components/s-share-modal/canvas-poster/poster/groupon.js index 4b33c8ca..8eb7bfa9 100644 --- a/sheep/components/s-share-modal/canvas-poster/poster/groupon.js +++ b/sheep/components/s-share-modal/canvas-poster/poster/groupon.js @@ -96,8 +96,8 @@ const groupon = async (poster) => { text: poster.shareInfo.link, css: { position: 'fixed', - left: width * 0.5, - top: width * 1.3, + left: width * 0.75, + top: width * 1.4, width: width * 0.2, height: width * 0.2, }, @@ -110,7 +110,7 @@ const groupon = async (poster) => { css: { position: 'fixed', left: width * 0.75, - top: width * 1.3, + top: width * 1.4, width: width * 0.2, height: width * 0.2, },