to:sync
This commit is contained in:
parent
50b0824b5a
commit
cf6e0befd3
@ -291,7 +291,7 @@ export class MyUtils {
|
|||||||
let nowFrontSize = ((curClientW / designWidth) / 10) + 'px';
|
let nowFrontSize = ((curClientW / designWidth) / 10) + 'px';
|
||||||
curDoc.style.fontSize = nowFrontSize;
|
curDoc.style.fontSize = nowFrontSize;
|
||||||
console.log("curClientW :", curClientW, "designWidth: ", designWidth, "-> ", nowFrontSize)
|
console.log("curClientW :", curClientW, "designWidth: ", designWidth, "-> ", nowFrontSize)
|
||||||
|
document.getElementById("testDevice").innerText = "curClientW :" + curClientW + " designWidth: " + designWidth + "-> " + nowFrontSize
|
||||||
}
|
}
|
||||||
|
|
||||||
RefreshBodyFrontSize() {
|
RefreshBodyFrontSize() {
|
||||||
|
@ -125,6 +125,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
<div id="testDevice"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user