项目初始化
This commit is contained in:
10
sheep/components/s-statusbar/s-statusbar.vue
Normal file
10
sheep/components/s-statusbar/s-statusbar.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<view class="status_bar" />
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.status_bar {
|
||||
height: var(--status-bar-height);
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user