标签:turn 高度 ret get scope default 屏幕 背景 导致
<template>
<div class="index" id="index">
。。。
</div>
</template>
<script>
export default{
data(){
return{}
},
mounted(){
document.getElementById('index').style.minHeight=window.innerHeight+'px' //设置初始最小高度为屏幕高度
},
}
</script>
<style scoped lang="less">
.index{
background-color:#fff; //无论ios还是安卓,背景色均设置为白色(当然也可以是灰色,统一即可)
}
</style>
标签:turn 高度 ret get scope default 屏幕 背景 导致
原文地址:https://www.cnblogs.com/huihuihero/p/12058388.html