mall-uniapp/sheep/components/s-statusbar/s-statusbar.vue

11 lines
146 B
Vue
Raw Normal View History

2022-11-22 07:45:36 +00:00
<template>
<view class="status_bar" />
2022-11-22 07:45:36 +00:00
</template>
<style>
.status_bar {
height: var(--status-bar-height);
width: 100%;
}
</style>