From cf6e0befd36765179490ef00fac29a9298365588 Mon Sep 17 00:00:00 2001 From: shaoyongjun Date: Thu, 31 Oct 2024 16:31:25 +0800 Subject: [PATCH] to:sync --- static/js/lib/common/MyUtils.js | 2 +- static/yanxuelu.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/lib/common/MyUtils.js b/static/js/lib/common/MyUtils.js index 4ab01da..18003ee 100644 --- a/static/js/lib/common/MyUtils.js +++ b/static/js/lib/common/MyUtils.js @@ -291,7 +291,7 @@ export class MyUtils { let nowFrontSize = ((curClientW / designWidth) / 10) + 'px'; curDoc.style.fontSize = nowFrontSize; console.log("curClientW :", curClientW, "designWidth: ", designWidth, "-> ", nowFrontSize) - + document.getElementById("testDevice").innerText = "curClientW :" + curClientW + " designWidth: " + designWidth + "-> " + nowFrontSize } RefreshBodyFrontSize() { diff --git a/static/yanxuelu.html b/static/yanxuelu.html index d470ed0..b15c58f 100644 --- a/static/yanxuelu.html +++ b/static/yanxuelu.html @@ -125,6 +125,7 @@ +