CenterPage.vue 159 B

12345678910111213
  1. /* 中间页面 */
  2. <template>
  3. <div class='status-bar'>
  4. </div>
  5. </template>
  6. <style scoped>
  7. .status-bar{
  8. height: 91vh;
  9. background-color:blue;
  10. }
  11. </style>