zyejMAll-mobile/sheep/components/s-statusbar/s-statusbar.vue

11 lines
146 B
Vue
Raw Normal View History

2024-08-07 10:31:42 +08:00
<template>
<view class="status_bar" />
</template>
<style>
.status_bar {
height: var(--status-bar-height);
width: 100%;
}
</style>