mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-17 21:03:17 +08:00
11 lines
151 B
Vue
11 lines
151 B
Vue
<template>
|
|
<view class="status_bar"></view>
|
|
</template>
|
|
|
|
<style>
|
|
.status_bar {
|
|
height: var(--status-bar-height);
|
|
width: 100%;
|
|
}
|
|
</style>
|