From 966ff039674d1702713e460a321c0e97b5a5ae45 Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Tue, 30 Sep 2025 11:34:40 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E8=93=9D=E9=A9=B0=E5=85=AC=E4=BC=97?= =?UTF-8?q?=E5=8F=B7=E3=80=81=E6=89=93=E7=94=B5=E8=AF=9D=E6=82=AC=E6=B5=AE?= =?UTF-8?q?=E6=A1=86=E7=BB=84=E4=BB=B6=E5=A4=9A=E7=A7=8D=E6=98=82=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=9C=BA=E6=99=AF=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/themes/diy.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/themes/diy.vue b/components/themes/diy.vue index 89227bd..98c8aec 100644 --- a/components/themes/diy.vue +++ b/components/themes/diy.vue @@ -299,7 +299,7 @@ - @@ -994,7 +994,8 @@ export default { showLoginPopup: false, chatUrl: "", initX: "690", - initY: "1336", + initY: "667", + mobileY: "375", }; }, mounted() { @@ -1012,6 +1013,7 @@ export default { initX: data.width - 50, initY: data.height / 2, }); + that.mobileY = data.height / 2; } } ) @@ -1580,4 +1582,5 @@ width: 122rpx; border-radius: 100%; } } +