2025-11-12 14:15:43 +08:00

11 lines
151 B
Vue

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