<view style="background-color: #ff0000;text-align: center;color: #fff;font-size: 40px;line-height: 40px;" :style="{height: safeHeight+'px'}">安全高度</view>
const systemInfo = uni.getSystemInfoSync()
this.safeHeight = systemInfo.safeArea.height
页面 navigationStyle 为false
COL-AL10机型渲染后可滚动 见附图1
ELS-AN00机型正常见附图2