This commit is contained in:
shaoyongjun 2024-11-01 11:48:28 +08:00
parent b29a883d74
commit 159abbe799

View File

@ -354,7 +354,7 @@ export class MyUtils {
// console.log("myEditFrontSize: ", myEditFrontSize.style.fontSize);
let testDiv = document.getElementById("testDevice");
testDiv.innerText = "\ndpr:" + dpr;
testDiv.innerText = "\ndpr: " + dpr + "\nmyEditFrontSize: " + myEditFrontSize.style.fontSize;
}
/**