From 37cf05722fc0105affda00b957afe83ec9e8c85f Mon Sep 17 00:00:00 2001 From: ngfchl Date: Mon, 26 Dec 2022 23:15:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8E=86=E5=8F=B2=E5=A2=9E?= =?UTF-8?q?=E9=87=8F=E6=95=B0=E6=8D=AE=E6=98=BE=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/auto_pt/status.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/auto_pt/status.html b/templates/auto_pt/status.html index 2692b15..010a61e 100644 --- a/templates/auto_pt/status.html +++ b/templates/auto_pt/status.html @@ -717,12 +717,12 @@
` total_str += text - return `
${total_str}
` + return `
${total_str}
` }, position: function (point, params, dom, rect, size) { let customVH = window.innerWidth - if (customVH - point[0] < 250) { - point[0] = customVH - 300 + if (customVH - point[0] < 280) { + point[0] = customVH - 320 } console.log(customVH) console.log(point[0])