/* 中间页面 */ <template> <div class='status-bar'> </div> </template> <style scoped> .status-bar{ height: 91vh; background-color:blue; } </style>