to:sync
This commit is contained in:
parent
50b0824b5a
commit
cf6e0befd3
@ -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() {
|
||||
|
@ -125,6 +125,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<div id="testDevice"></div>
|
||||
</body>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user