acdr-admin/yskj-ui/yskj-ui-mall-uniapp/sheep/components/s-statusbar/s-statusbar.vue

11 lines
146 B
Vue
Raw Normal View History

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