StatusBar 状态栏占位
支持平台
安卓 | ios | web | 微信小程序 | 支付宝小程序 | QQ小程序 |
---|---|---|---|---|---|
√ | √ | √ | x | x | x |
示例
html
<template>
<t-page title='状态栏占位'>
<t-card class="m.30" title='StatusBar 状态栏占位' sub-title="自动获取状态栏高度占位,H5端高度一般获取为0"></t-card>
<t-status-bar class="ba"></t-status-bar>
</t-page>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>