dykj-uniapp-store/sheep/components/s-statusbar/s-statusbar.vue
2024-05-24 09:16:17 +08:00

11 lines
146 B
Vue

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