acdr/ruoyi-vue-pro/yudao-ui/yudao-ui-mall-uniapp/sheep/components/s-statusbar/s-statusbar.vue
2024-09-02 07:40:26 +08:00

11 lines
146 B
Vue

<template>
<view class="status_bar" />
</template>
<style>
.status_bar {
height: var(--status-bar-height);
width: 100%;
}
</style>