11 lines
146 B
Vue
11 lines
146 B
Vue
|
<template>
|
||
|
<view class="status_bar" />
|
||
|
</template>
|
||
|
|
||
|
<style>
|
||
|
.status_bar {
|
||
|
height: var(--status-bar-height);
|
||
|
width: 100%;
|
||
|
}
|
||
|
</style>
|