s-statusbar.vue 146 B

12345678910
  1. <template>
  2. <view class="status_bar" />
  3. </template>
  4. <style>
  5. .status_bar {
  6. height: var(--status-bar-height);
  7. width: 100%;
  8. }
  9. </style>