给浏览器推荐比例默认为100%

This commit is contained in:
季圣华
2023-03-09 20:28:58 +08:00
parent 4f5900215f
commit 336d818eca

View File

@@ -317,7 +317,7 @@
} }
}, },
checkScreen() { checkScreen() {
let percentage = '' let percentage = '100%'
let basicWidth = 1920 let basicWidth = 1920
const currentWidth = window.screen.width const currentWidth = window.screen.width
const currentHeight = window.screen.height const currentHeight = window.screen.height