Files
peiwan-uniapp/sheep/components/s-statusbar/s-statusbar.vue
2025-01-21 01:46:34 +08:00

11 lines
146 B
Vue

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