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

11 lines
151 B
Vue
Raw Normal View History

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