dykj-uniapp-store/sheep/components/s-statusbar/s-statusbar.vue

11 lines
146 B
Vue
Raw Normal View History

2024-05-24 09:16:17 +08:00
<template>
<view class="status_bar" />
</template>
<style>
.status_bar {
height: var(--status-bar-height);
width: 100%;
}
</style>